.hero-style4 .hero-title {
    font-size: 3rem;
}

/*.hero-slider4 .slider-arrow.slider-prev {*/
/*    left: 90px;*/
/*}*/

/*.hero-slider4 .slider-arrow.slider-next {*/
/*    right: 90px;*/
/*}*/

.section__title .title {
    font-size: 2rem;

}

.box-title {
    font-size: 18px !important;
}

.about-grid-card:not(:last-child) {
    margin-bottom: 20px;
}

.counter-card {
    padding: 40px 30px;

}

.counter-card_title {
    font-size: 38px;
}

.mobile-menu-action {

    margin: 20px 0 25px;
}

.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #0c3b73;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.mobile-menu-btn:hover {
    color: #fff;
    background: #082b54;
}