.card-specials-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid #1a1a1a;
}

.wrap-img {
    aspect-ratio: 1.4;
}

.wrap-description {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
}

.background-detail {
    background-color: #1d4088 !important;
}

.text-color-detail {
    color: #fff !important;
}

.conner-pos {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 0;
}

.primary-button-detail {
    background-color: #fff !important;
    color: #1d4088 !important;
    ;
}

.second-button-detail {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.wrap-description-content {
    display: flex;
}

.left-description {
    text-align: center;
}

.tagging-label {
    width: fit-content;
    box-sizing: border-box;
    padding: 4px 8px;
    font-weight: 700;
    font-size: 14px;
    background-color: #ff5349;
    color: white;
    border-radius: 100px;
    height: max-content
}

.wrap-bg-tagging-label {
    display: none;
}

.promo-title {
    color: #1d4088;
    font-size: 58px;
    line-height: 60px;
    font-family: BebasNeue;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
}

.sub-price-description {
    color: #1d4088;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: Inter;
}

.wrap-logo-tire img {
    width: 45%;
    max-width: 235px;
}

.card-specials-img .wrap-description .wrap-description-content .wrap-title-description .big-title {
    color: #1d4288;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Inter;
    letter-spacing: -0.1px;
}

.card-specials-img .wrap-description .wrap-description-content .wrap-title-description .description {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter;
}

.right-description {
    max-width: 275px;
    justify-content: flex-end;
}

.right-description .legacy {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #1a1a1a;
    font-family: Inter;
}

.recommended-service-title {
    font-size: 20px;
    font-weight: 700;
    color: #1d4088;
    height: 60px;
    margin-bottom: 4px;
}

.card-specials-img-sm {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #939598;
    cursor: pointer;
}

.header-title {
    font-size: 32px;
    font-weight: 700;
    font-family: BebasNeue;
    color: #1D4288
}

.no-wrap-legal-text {
    white-space: nowrap;
}

.legal-text-and-image-wrapper {
    min-width: 275px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close-button-modal {
    background-color: #ffffff;
    height: 53px;
    border: none;
    font-family: BebasNeue;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #1d4288;
    margin-top: 28px;
}

.legal-text-style {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter;
}

.height-of-image-as-placholder-vertical-special {
    min-height: 36px;
}

.z-index-overlap-the-image-bottom {
    z-index: 10;
}
/* div.card-specials-img-sm:hover {
    background-color: #1d4288;
} */

/* div.card-specials-img-sm:hover .promo-title,
div.card-specials-img-sm:hover .big-title,
div.card-specials-img-sm:hover .sub-price-description,
div.card-specials-img-sm:hover .description,
div.card-specials-img-sm:hover .legacy {
    color: #fff !important;
} */

/* div.card-specials-img-sm:hover .btn-1 {
    background-color: #fff !important;
    color: #1d4288;
}

div.card-specials-img-sm:hover .btn-2 {
    background-color: #1d4288 !important;
    color: #fff;
    border: 2px solid #fff;
} */

.card-specials-img-sm .wrap-bg-tagging-label {
    display: auto !important;
    margin-top: 12px;
}

.card-specials-img-sm .wrap-description-content {
    flex-direction: column;
}

.card-specials-img-sm .right-description {
    width: 100%;
    min-width: 100%;
}

.card-specials-img-sm .wrap-description .wrap-description-content .big-title {
    color: #1d4288;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: Inter;
    letter-spacing: -0.1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-specials-img-sm .wrap-description .wrap-description-content .wrap-title-description .description {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .card-specials-img-sm {
        width: 420px;
    }
}

@media (min-width: 1199px) {
    .card-specials-img .left-description {
        padding: 0 5%;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .card-specials-img .wrap-description-content {
        flex-direction: column !important;
    }

    .card-specials-img .right-description {
        max-width: 100%;
    }

    .right-description .legal-text-and-image-wrapper {
        width: 100%;
    }

    .points-logo-wrapper {
        flex: 1;
        display: flex;
        justify-content: end;
    }
}