#committees{
    background-color: #fff;
    min-height: 500px;
    margin: auto;
    /*margin-top: -10vh;*/
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#committees .items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 10px;
    position: relative;
}


#committees .item {
    width: 20%;
    position: relative;
    text-align: center;
    margin: 10px 2.5%;
}

#committees .item img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#committees .details {
    background-color: #F5F5F5;
    height: 180px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    padding: 10px;
    margin-top: -90px;
    padding-top: 90px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#committees .items_all .item {
    width: 15% !important;
    margin: 20px 0.6%;
}

#committees .items_all .item img {
    width: 140px;
    height: 140px;
}

#committees .items_all .details {
    margin-top: -70px;
    padding-top: 60px;
    height: 200px;
}

#committees .items_all h2 {
    font-size: 18px;
}

#committees .tracks {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

#committees .track {
    width: 49%;
    margin: 10px auto;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
    min-height: 300px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#committees .tracks .items_all .item {
    width: 30% !important;
    margin: 0 1.5%;
}

#committees .tracks .items_all .item img {
    width: 140px;
    height: 140px;
}

#committees .tracks .items_all .details {
    margin-top: -70px;
    padding-top: 60px;
    height: 200px;
}

#committees .tracks .items_all h2 {
    font-size: 18px;
}

#committees  .track h1 {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    text-align: center;
    background-color: #5B2C6F;
    color: #fff;

}

#committees .items_without_img .details {
    margin-top: 0;
    padding-top: 0;
    height: auto;
    min-height: 150px;
}

@media (max-width: 900px) {
    #committees .section {
        width: 90%;
        padding: 30px 0px;
        margin-top: -40px;
    }

    #committees .item {
        width: 45%;
        margin: 10px 2.5%;
    }

    #committees .item img {
        width: 140px;
        height: 140px;
    }

    #committees .details {
        background-color: #F5F5F5;
        height: 200px;
        padding: 5px;
        margin-top: -70px;
        padding-top: 70px;
        overflow: hidden;
    }

    #committees .details h2 {
        font-size: 18px;
    }

    #committees .items_all .item {
        width: 45% !important;
        margin: 20px 2.5%;
    }

    #committees .track {
        width: 95%;
    }

    #committees .tracks .items_all .item {
        width: 45% !important;
        margin: 10px 2.5%;
    }
}