.organizing-committee .cardx {
    padding: 7px;
    margin: 10px 40px;
    min-width: 200px;
    border: none;
    background: rgb(104, 112, 126);
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.organizing-committee h2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 41px;
}

.organizing-committee .line {
    height: 3px;
    width: 100px;
    background: rgb(209, 118, 118);
}

.organizing-committee .top {
    background: #c6d4dd;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}

.organizing-committee .top h5 {
    margin: 0;
    padding: 5px;
}

.organizing-committee .row {
    margin: 0px;
    padding: 0px;
}

.organizing-committee .head {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.organizing-committee .bottom {
    color: white;
    border-radius: 0 0 5px 5px;
    text-align: center;
    bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.organizing-committee {
    display: flex;
    flex-direction: column;
    min-width: 300px;
    justify-content: center;
    align-items: space-around;
    width: 100%;
    overflow: hidden;
    background: #e6ecf0;
}

.organizing-committee .margin-up {
    margin-top: 10px;
    color: rgb(26, 65, 26);
    font-weight: bold;
    font-size: 25px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    margin-block: 10px;
    color: rgb(133, 56, 56);
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    animation: fadeup 1s ease-in;
}
.last-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media only screen and (max-width: 500px) {
    .organizing-committee, .last-row {
        flex-direction: column;
    }
    .last-card {
        max-width: 100%;
    }
}
