/* FOCUS_ADVENTURES_CAMPERBUS_DREAM_LINK_V9_8_1 */

.fa-camperbus-dream-v9-8-1 {
    width: min(1240px, calc(100% - 34px));
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        auto;
    align-items: center;
    gap: 28px;
    margin: clamp(55px, 8vw, 100px) auto;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid rgba(202, 79, 24, .31);
    border-radius: 26px;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(202, 79, 24, .14),
            transparent 25rem
        ),
        #07131e;
    color: #eddfcc;
}

.fa-camperbus-dream-v9-8-1 p {
    margin: 0 0 8px;
    color: #ca4f18;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.fa-camperbus-dream-v9-8-1 h2 {
    margin: 0;
    color: #eddfcc;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 4vw, 51px);
    line-height: 1.05;
}

.fa-camperbus-dream-v9-8-1 span {
    display: block;
    max-width: 760px;
    margin-top: 12px;
    color: #cbbda8;
    line-height: 1.65;
}

.fa-camperbus-dream-v9-8-1 > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 10px 16px;
    border: 1px solid #ca4f18;
    border-radius: 999px;
    background: #ca4f18;
    color: #fff !important;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .fa-camperbus-dream-v9-8-1 {
        width: min(100% - 20px, 1240px);
        grid-template-columns: 1fr;
        padding: 24px 18px;
        border-radius: 21px;
    }

    .fa-camperbus-dream-v9-8-1 > a {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}
