.advertise-wrapper {
    height: fit-content;
    position: relative;
    background-color: #ffffff;
    box-sizing: border-box;
    /* padding: 60px 64px; */
}

.advertise {
    position: absolute;
    top: -80px;
    margin-left: 172px;
    height: 516px;
    border: 1px solid #939598;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25),
        -4px 4px 4px rgba(0, 0, 0, 0.25);
}

.oil-change-label {
    box-sizing: border-box;
    /* padding-bottom: 25px;
        margin-bottom: 8px;
        */
    border-bottom: 1px solid #939598;
}

.oil-change-label span {
    /* font-size: 32px;
    font-weight: 700; */
    color: #1d4088;
}

.list-card-adv {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-adv-img {
    width: 100%;
    /* height: 350px; */
    display: flex;
    flex-direction: row;
    /* margin-top: 16px; */
}

.card-adv-img .wrap-img {
    /* width: 484px;
height: 350px; 
display: flex;
justify-content: center;
align-items: center;
background-color: #DEE3EB; */
    aspect-ratio: 1.4;
}

.card-adv-img .wrap-description {
    /* width: calc(100% - 484px - 2px);
    height: 100%; */
    border: 1px solid #000000;
    box-sizing: border-box;
    /* padding: 20px 40px 20px 20px; */
    display: flex;
    justify-content: space-between;
}


.card-adv-img .wrap-description-content {
    display: flex;
}

.left-description {
    /*max-width: 424px; */
    justify-content: flex-end;
    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;
}

.tagging-pricing {
    /* font-weight: 400;
    font-size: 65px;
    font-family: BebasNeue; 
         height: 74px;
    */
    color: #1d4088;
}

.sub-price-description {
    /* font-weight: 400;
    font-size: 14px; */
    color: #1d4088;
}

.wrap-logo-tire img {
    width: 45%;
    max-width: 235px;
}

.wrap-title-description .big-title {
    color: #1D4288;
    /* font-size: 24px;
    font-weight: 700; */
}

.wrap-title-description .description {
    color: #1a1a1a;
    /*  font-size: 16px;
    font-weight: 400; 
    height: 72px; */
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.right-description {
    /*width: 280px; */
    min-width: 275px;
    justify-content: flex-end;
}

/*.action-btn {
     width: 280px;
    height: 48px;
    border: 2px solid #1d4088;
    background-color: white;
    color: #1d4088;
    margin-top: 12px;
    font-size: 24px;
    font-weight: 400;
    font-family: BebasNeue; 
} */

/* .other-action {
    background-color: #1d4088;
    color: white;
} */

/* .legacy {
    font-size: 10px;
    font-weight: 400;
} */

.recommended-service-title {
    color: #1D4288;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.recommended-service-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.learn-more-btn {
    width: 200px;
    height: 48px;
    font-family: BebasNeue;
    background-color: #1d4088;
    color: white;
    border: none;
    font-size: 22px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.learn-more-btn:hover {
    color: white;
}


.advertise .advertise-item {
    height: 100%;
}

.advertise .advertise-item.advertise-branding {
    background-color: #1d4088;
    color: white;
    padding: 71px 54px 35px;
    display: flex;
    flex-direction: column;
}

.advertise .advertise-item.advertise-branding h3 {
    font-size: 40px;
    line-height: 40px;
    font-family: Inter;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.advertise .advertise-item.advertise-branding p {
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.advertise .advertise-item.advertise-branding img {
    width: 171px;
    height: 50px;
    display: block;
    margin: auto;
}

.advertise .advertise-item {
    border-right: 1px solid #939598;
}

.advertise .col:last-child .advertise-item {
    border-right: 0px;
}

.advertise .advertise-item.advertise-sale {
    background-color: white;
    display: flex;
    flex-direction: column;
}

.advertise .advertise-item.advertise-sale div {
    flex: 1 1 50%;
}


.advertise .advertise-item.advertise-sale .advertise-item__header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.advertise .advertise-item.advertise-sale .advertise-item__header img {
    max-width: 239px;
    max-height: 184px;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer {
    background-color: #f8f4f4;
    text-align: center;
    padding: 50px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('./../../assets/advertise-footer.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer h2 {
    font-size: 80px;
    color: #1D4288;
    font-family: BebasNeue;
    text-transform: uppercase;
    line-height: 80px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer h3 {
    font-size: 25px;
    color: #1D4288;
    text-transform: capitalize;
    line-height: 29px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer p {
    font-size: 18px;
    line-height: 29px;
    color: #3EB049;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advertise .advertise-item.advertise-sale .advertise-item__footer span {
    font-size: 10px;
    line-height: 12px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199px) {
    .card-adv-img .wrap-description-content {
        flex-direction: column;
    }
}

@media (min-width: 575px) {
    .left-description {
        padding-right: 10%;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .right-description {
        width: 100%;
        min-width: 100%;
    }

    .learn-more-btn {
        width: auto;
        margin-top: 16px;
        font-size: 18px;
    }
}