.cda-quote-request {
    position: relative;
    display: grid;
    grid-template-columns: 58% 42%;
    width: min(1130px, calc(100% - 40px));
    min-height: 380px;
    margin: 100px auto 0;
    overflow: visible;
    background: #161837;
}

.cda-quote-request__visual {
    position: relative;
    min-width: 0;
}

.cda-quote-request__visual img {
    position: absolute;
    z-index: 1;
    top: -100px;
    left: 25px;
    display: block;
    width: 650px;
    max-width: none;
    height: auto;
    margin: 0;
    border: 0;
}

.cda-quote-request__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 38px 28px 36px;
    color: #fff;
    text-align: center;
}

.cda-quote-request__title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.cda-quote-request__eyebrow,
.cda-quote-request__main-title {
    display: block;
}

.cda-quote-request__eyebrow {
    color: #e7502a;
    font-family: "Bebas Neue", "Arial Narrow", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.cda-quote-request__main-title {
    margin-top: 2px;
    color: #fff;
    font-family: "Bebas Neue", "Arial Narrow", sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
}

.cda-quote-request__decoration {
    display: block;
    flex: 0 0 auto;
    width: 160px;
    height: 47px;
    margin: 8px auto 12px;
    background: url("../img/under-title.png") no-repeat center;
    background-size: 160px auto;
}

.cda-quote-request__text {
    width: 100%;
    margin: 0 auto 16px !important;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}

.cda-quote-request__button {
    display: inline-flex;
    min-width: 170px;
    min-height: 36px;
    padding: 9px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7502a;
    background: #e7502a;
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cda-quote-request__button:hover,
.cda-quote-request__button:focus {
    background: #fff;
    color: #e7502a !important;
    text-decoration: none;
}

.cda-quote-request__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (max-width: 1024px) {
    .cda-quote-request {
        grid-template-columns: 52% 48%;
    }

    .cda-quote-request__visual img {
        top: -35px;
        left: -10px;
        width: 550px;
    }
}

@media (max-width: 767px) {
    .cda-quote-request {
        left: 50%;
        display: block;
        width: min(360px, calc(100vw - 30px));
        min-height: 300px;
        margin: 18px 0 0;
        overflow: hidden;
        transform: translateX(-50%);
    }

    .cda-quote-request__visual {
        display: none;
    }

    .cda-quote-request__content {
        min-height: 300px;
        padding: 38px 25px 33px;
    }

    .cda-quote-request__eyebrow {
        font-size: 28px;
    }

    .cda-quote-request__main-title {
        margin-top: 0;
        font-size: 42px;
    }

    .cda-quote-request__text {
        max-width: 310px;
        font-size: 15px;
        line-height: 1.3;
    }

    .cda-quote-request__button {
        min-height: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cda-quote-request__button {
        transition: none;
    }
}
