

a {
    text-decoration: none !important;
}

.offer {
    display: block;
    position: relative;
    max-height: initial;
    overflow: hidden;
    text-decoration: none;
    color: #444;
    background: #ffffff;
    box-shadow: 1px 1px 3px #00000030;
    margin: 2em 0;
    transition: transform .25s 
ease-in-out;
    border-radius: 20px;
    cursor: pointer;
}

.fa-solid, .fass {
    font-weight: 900;
}

.offer .fa-2xl {
    color: #434343;
    margin-top: 70px;
    font-size: 13em !important;
}

.offer .theCap {
    font-size: 10.5em !important;
}

.offer-header, .offer-body, .offer-endcap {
    display: inline-block;
}

.offer-body {
    max-width: 95%;
    padding: 30px;
}

.offer-endcap {
    width: 100%;
    height: initial;
    min-width: 60px;
    display: inline-flex;
    background: #f1180b;
    border-radius: 0 0 20px 20px;
}

.offer-endcap .icon {
    display: flex;
    margin: auto;
    width: 100%;
    height: 50px;
    margin: 1em;
    border: 1px solid #ffffff8c;
    border-radius: 100px;
    background: #0000000f;
}

.offer-endcap span {
    display: inline-block;
    white-space: nowrap;
    margin: auto;
    margin-left: 2em;
    margin-right: 1em;
    padding-top: .25em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.arrow.right {
    transform: rotate(-45deg);
}

    .offer-endcap i {
    margin: auto;
    margin-right: 2em;
    border-color: #ffffff;
}


i.arrow {
    border: solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    width: 8px;
    height: 8px;
}


.offer-endcap i {
    margin: auto;
    margin-right: 2em;
    border-color: #ffffff;
}



@media (min-width: 996px) {
    .offer {
        display: flex;
        max-height: 250px;
    }

    .offer-endcap {
        width: 60px;
        height: 60px;
        min-width: 60px;
        height: initial;
        border-radius: 0 20px 20px 0;
    }

    .offer-endcap .icon {
        display: flex;
        margin: auto;
        width: 40px;
        height: 40px;
    }

        .offer-endcap span {
        display: none;
    }

    .offer-endcap i {
        margin-right: 42%;
    }
}