.site-heading .text-white{
    text-align: justify;
}
.content-text{
    text-align: justify;
}
.site-process{
    font-size: 28px;
}
.site-title1{
    font-size: 25px;
    font-weight: 700;
    color: black;
}
.icon-img{
width: 35px;
height: 35px;
margin-right: 5px;
}
.facility-details{
    text-align: justify;
}
.research-details{
    text-align: justify;
}
.club-details{
    text-align: justify;
}
.bg-1{
    background-color: orangered;
    color: white;
    width: 817px;
    height: 50px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    box-shadow: 0px 0px 3px black;
    position: relative;
    top: -40px;
}
.choose-area{
    /*background: #116e63d1;*/
}
.feature-content{
    text-align: justify;
}

@media (max-width:375px){
    .bg-1{
        display: none;
    }
}
@media (max-width:527px){
    .site-title{
        font-size: 25px;
    }
    .bg-1{
        width: auto;
        position: relative;
        top: -16px;
        text-align: center;
        font-size: 15px;
        height: 36px;

    }
    .club-details h3{
        font-size: 26px;
    }
    .club-details h4{
        margin-bottom: 10px;
    }
}
@media (max-width:768px){
    .bg-1{
        width: auto;
    }
    .club-details h4{
        margin-bottom: 10px;
    }
}
@media (min-width:1024px){
    .bg-1{
        width: auto;
    }
    .club-details h4{
        margin-bottom: 10px;
    }

}
@media (max-width:1260px){
    .bg-1{
        width: auto;
       font-size: 20px;
    }
    .club-details h4{
        margin-bottom: 10px;
    }


}
.club-details h3{
    margin-bottom: 10px;
}
.club-details .img-change{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.gallery-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-heading p {
    margin-top: 15px;
    text-align: justify;
}