.c-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../../images/contact/banner-back.jpg);
	background-image: -webkit-image-set(url(../../images/contact/banner-back.jpg) 1x, url(../../images/contact/banner-back@2x.jpg) 2x);
    padding: 72px 74px 75px;
    margin-top: 103px;
    margin-bottom: 99px;
    border-radius: 5px;
}
.cb-text {
    flex-basis: 902px;
    flex-grow: 0;
}
.c-banner p {
    font-size: 1.875em;
    line-height: 1.533;
    margin-bottom: 0;
    font-weight: bold;
}
.c-banner .button {
    width: 298px;
    height: 60px;
    border-radius: 15px;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}
@media screen and (max-width: 991px) {
    .c-banner {
        flex-direction: column;
        row-gap: 26px;
    }
    .cb-text {
        flex-basis: auto;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .c-banner {
        background-image: url(../../images/contact/banner-back-m.jpg);
        background-image: -webkit-image-set(url(../../images/contact/banner-back-m.jpg) 1x, url(../../images/contact/banner-back-m@2x.jpg) 2x);
        padding: 53px 31px 63px;
        margin-top: 73px;
        margin-bottom: 79px;
    }
    .c-banner p {
        font-size: 1.375em;
        line-height: 1.45454545;
    }
    .c-banner .button {
        width: 250px;
        height: 43px;
        border-radius: 11px;
        font-size: 1.375em;
    }
}