body{
    font-family: "Poppins", sans-serif;
    font-style: normal;
}


.part_img{
    max-height: 150px;
}

.drops{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.sec_head{
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


.text_ss{
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.about_img{
    max-height: 450px;
}


.abtcard{
    background-color: #373737 !important;
}


.min_head{
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

#About{
    margin-top: 50px;
}

#partners{
    margin-top: 100px;
}

.bg_sist{
    background-image: url(../img/bg_sist.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}

#sisterconcerns{
    color: #fff;
}

#contact{
    background-color: #fff;
}

.navbar-brand{
    background-color: #0080d7;
    color: #fff;
    padding: 5px;
}

.logo_size{
    max-height: 60px;
}
.navbar{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.logo_text{
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.nav-link{
    font-weight: 600 !important;
    color: #000 !important;
    
}

.fa-solid{
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
    margin-top: 15px;
}

.foot{
    background-color: #0080d7;
    color: #fff;
    text-align: center;
    padding: 20px;
}


@media screen and (max-width: 480px) {
    

    .about_img{
        height: auto;
        max-height: 250px;
    }

    .drops{
        margin-top: 40px !important;
        padding: 20px;
    }
    .con_sec{
        margin-top: 50px !important;
    }

  }