/*
 * Theme name: Free_tech
 * Author: AVD digital agency
 * Author URI: https://avd-company.ru/
 * Version: 1.0
 */
.img-fluid + .img-hover {
    display: none;
}

.benefit__item:hover .img-fluid {
    display: none;
}

.benefit__item:hover .img-fluid + .img-hover {
    display: block;
}

.promo___subheader {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
}

.bold {
    font-weight: bold!important;
}

@media (max-width: 767px) {
    .side-nav__link {
        text-transform: capitalize;
    }

    .promo___subheader {
        font-size: 1rem;
    }
}

@media (max-width: 1230px) {
    .text-block div:not(:last-child) {
        margin-bottom: 0.5rem;
    }

    .promo___subheader {
        font-size: 1.125rem;
    }
}