﻿.about .why-us .box {
    box-shadow: none !important;
}


@media (min-width:992px) {
    .col-border-bottom {
        border-bottom: 2px solid #d6d6d6;
    }

    .col-border-right {
        border-right: 2px solid #d6d6d6;
    }
}

@media (max-width:991px) {
    .col-mobile-bottom {
        border-bottom: 2px solid #d6d6d6;
    }
}

.box h6 {
    color: #223249;
}

.box p {
    margin-top: 20px !important;
    color: #010101 !important;
}

.about .why-us .box h6 {
    font-family: MontserratSemiBold !important;
}

.why-us .box p {
    font-family: MontserratMedium !important;
}

#about {
    background: #f5f6fa;
}
