.main-about-us{
    background: #f0f0ff78;
    padding-top:50px;
}
.banner-wrapper{
    width:100%;
    height:450px;
    background:url(../img/main-banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    border-radius: 0 0 3px 3px;
}
.banner-flex{
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
    gap:40px;
}
.banner-flex .btn{
    width:fit-content;
}
h1{
    font-size:60px;
}
section.main-about-us{
    padding-bottom:50px;
    margin:0;
}
.main-about-wrapper{
    display:flex;
    gap:46px;
}
.about-text h2{
    margin-bottom:20px;
}

.about-text-info{
    margin-left:5px;
}
.about-text-info li{
    margin-left:5px;
}
.about-text-info a{
    color:#7F3476;
    cursor:pointer;
    font-weight:600;
}
.about-text-info a:hover{
    text-decoration:underline;
}
.main-location{
    padding-top:24px;
}
.main-location h2 {
    margin-bottom: 12px;
    font-size: 32px;
    
}
.location-wrapper{
    display:flex;
    flex-direction:column;
    align-items:center;
    max-width: 1400px;
    padding: 0;
}
.map-box{
    width:95%;
}
.map-box iframe{
    border-radius: 18px;
}
@media (max-width: 1400px) {

}

@media (max-width: 1024px) {
 
}

@media (max-width: 768px) {
    section.main-about-us {
        padding-bottom: 24px;
    }
    .main-about-us{
        padding-top:24px;
    } 
    .banner-wrapper{
        height:400px;
    }
    .about-text h2 {
        font-weight: 600;
    }
    .main-location{
        padding-top:0;
    }
    .map-box iframe{
       height:400px;
    }
    .main-location h2{
        text-align:center;
    }
}
@media (max-width: 375px){
  
}