section.map-sec, section.map-sec .container-fluid {
    padding: 0;
}
section.offc-loc h1{
    color: var(--black-color);
    text-align: left;
    line-height: 1.3;
    font-family: var(--primary-font);
    text-align:center;
    margin-bottom:40px;
}
section.offc-loc .nav-pills .nav-link{
    background: #f2f2f2;
    border-radius: 100px;
    transition: all .15s ease-in-out;
    text-align: center;
    position: relative;
    padding: 12px 16px;
    letter-spacing: .02em;
    color: #3d1c4f;
    font-size: 18px;
    font-weight: 600;
}
section.offc-loc ul#pills-tab {
    display: flex;
    gap: 20px;
    padding-bottom: 60px;
    margin-bottom: 80px !important;
    border-bottom: 2px solid #0000003b;
}
section.offc-loc .nav-pills .nav-link.active, section.offc-loc .nav-pills .nav-link.focus{
    background:#0D3A71;
    color:#fff !important;
}
section.offc-loc h2 {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 80px;
}
section.offc-loc img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    /* aspect-ratio: 4 / 3; */
    border-radius: 8px;
    margin-bottom:25px;
}
section.offc-loc .row{
    justify-content: center;
    gap: 50px 2%;
}
section.offc-loc .col-4{
    width: 32%;
}
section.offc-loc h3{
    font-size:36px;
    margin-bottom:0px;
}
section.offc-loc .col-4 p{
    margin-top:24px;
    font-size: 20px;
}
section.advantages-sec {
    background: linear-gradient(0deg, rgb(172 196 242) 0%, rgba(172, 196, 242, 1) 1%, rgba(172, 196, 242, 1) 15%, rgba(235, 244, 254, 1) 65%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
}
section.advantages-sec .head-sec{
    max-width:900px;
    margin:auto;
}
section.advantages-sec .head-sec h2{
    margin-bottom:20px;
}
section.advantages-sec .head-sec .borders{
    height: 6px;
    background: var(--secondary-color);
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
}
section.advantages-sec .head-sec p{
    font-size: 22px;
    margin-bottom: 50px;
}
section.advantages-sec .head-sec a.main-btn {
    display: inline-flex;
    width: 250px;
    height: 55px;
    align-items: center;
    justify-content: center;
}