#about .row.d1,
#about .row.d2 {
    --bs-gutter-x : 5rem;
}

@media (max-width: 767px) {
    #about .row.d1,
    #about .row.d2 {
        --bs-gutter-x : 1rem;
    }
}

#about .d1-title {
    font-size: 2rem;
    font-weight: 600;
}

#about .d1-description1 {
    font-size: 1.7rem;
    line-height: 4rem;
    word-break: keep-all;
}

#about .d1-description2 {
    font-size: 1.7rem;
    line-height: 4rem;
    word-break: keep-all;
}

#about .d2 {
    text-align: center;
}

#about .d2-title {
    font-size: 3rem;
    font-weight: 600;
}

#about .d2-description1 {
    font-size: 1.7rem;
    line-height: 4rem;
    word-break: keep-all;
}

#about .d2-description2 {
    font-size: 1.7rem;
    line-height: 4rem;
    word-break: keep-all;
    font-weight: 500;
}

@media (max-width: 767px) {
    #about .image5 {
        width: 90%;
    }

    #about .map_wrap {
        height:22em;
    }
    #about .map_wrap iframe {
        height: 100%;
    }
}


#about .logo-wrap {
    width:270px;    
    padding:50px;
    border: 4px solid #eee;
    transform: translateX(-75px);
}
#about .logo-wrap2 {
    width: 50%;
    position: absolute;
    z-index: -1;   
    padding:50px;
    border: 4px solid #eee;
    
}
@media (max-width: 575px) {
    #about .logo-wrap {
        border-width: 3px!important;
    }
}