.banner__title {
    background-color: #000;
    padding: 24px 15px 10px;
}

.banner__title h2 {
    font-size: 25px;
    font-weight: 900;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.02em;
}

.banner__business {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 78px 16px;
    min-height: 305px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
}

.banner__business:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 100%);
}

.banner__business .banner__text {
    position: relative;
    z-index: 1;
    font-size: 25px;
    font-weight: 900;
    line-height: 55px;
    color: #1DEA2E;
    text-decoration: none;
    letter-spacing: 0.03em;
}

.banner__home {
    min-height: 305px;
    background: #E4E1E1;
    display: flex;
    align-items: flex-end;
    padding: 32px 14px;
    text-decoration: none;
}

.banner__home .banner__text {
    font-size: 25px;
    font-weight: 900;
    line-height: 55px;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.02em;
}

@media (max-width: 991px) {
    .banner__icon {
        margin-bottom: 3px;
        width: 93px;
        height: 88px;
    }
}

@media (min-width: 992px) {
    .banner__title,
    .banner__business,
    .banner__home {
        min-height: 709px;
        flex: 1 0 33.33%;
    }

    .banner__title {
        padding: 5.6% 0 0 8.5%;
    }

    .banner__business {
        align-items: center;
        padding: 3.6% 2.3% 0;
    }

    .banner__home {
        padding: 3.7% 2.6%;
    }

    .banner__home .banner__text {
        margin-inline-start: 23px;
    }

    .banner__title h2,
    .banner .banner__text {
        font-size: 45px;
        line-height: 55px;
    }

    .banner__icon {
        margin-bottom: 5px;
    }
}