.banner2 {
    border-radius: 45px;
    padding: 20px;
    background: #FFF;
}
.banner2__inner {
    border-radius: 26px;
    position: relative;
    overflow: hidden;
}
.banner2__content {
    position: relative;
    padding: 110px 0 90px 110px;
    max-width: 760px;
}
.banner2--title {
    color: #383838;
    font-family: Montserrat, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}
.banner2--text {
    color: #383838;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
}
.banner2__buttons {
    display: flex;
    margin-top: 30px;
}
.banner2--image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner2--image, .banner2--image img {
    width: 100%;
    height: 100%;
}
.banner2--image img {
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

@media screen and (max-width: 1200px) {
    .banner2__content {
        padding: 74px 47px;
    }
    .banner2--text {
        margin-top: 21px;
    }
    .banner2__buttons {
        margin-top: 37px;
    }
    .banner2__inner {
        height: 849px;
    }
}

@media screen and (max-width: 700px) {
    .banner2 {
        padding: 8px;
        border-radius: 36px;
    }
    .banner2__content {
        padding: 27px 20px;
    }
    .banner2--title {
        font-size: 18px;
        line-height: 22px;
    }
    .banner2--text {
        font-size: 16px;
        line-height: 21px;
        margin-top: 19px;
    }
    .banner2__buttons {
        margin-top: 24px;
    }
    .banner2__inner {
        height: 644px;
    }
}