.ppc_offer_section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 1180px;
    min-height: 500px;
    margin: 77px auto 77px;
    padding: 38px 0 37px 54px;
    position: relative;
}

.ppc_offer_section .ppc_offer_wrapper {
    max-width: 360px;
    margin-right: auto;
}

.cta_wrapper {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cta_wrapper button {
    font-family: Barlow;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 30px;


}

.cta_wrapper p {
    font-family: Barlow;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    position: relative;
    margin: 5px auto 0;
}

.cta_wrapper p:after {
    content: url("https://a1garage.com/wp-content/uploads/2025/11/text-line.png");
    position: absolute;
    bottom: -9px;
    left: 3px;
}


.ppc_offer_section .ppc_offer_wrapper .ppc_offer_cards {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;

}

.ppc_offer_section .ppc_offer_wrapper .ppc_offer_cards .ppc_offer_card {
    max-width: 165px;
    min-width: 152px;
    background: #FFFFFF;
    box-shadow: 0px 7px 24px 0px #E71A2033;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;
    padding: 20px 7px;

}

.ppc_offer_section .ppc_offer_wrapper .ppc_offer_cards .ppc_offer_card img {
    margin: 0 auto;
}

.ppc_offer_section .ppc_offer_wrapper .ppc_offer_cards .ppc_offer_card p {
    font-family: Barlow;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000;
    margin: 0 auto;
}

.ppc_offer_section .ppc_offer_image {
    position: absolute;
    width: 510px;
    bottom: 0px;
    left: 455px;
}

@media(max-width:992px) {
    .ppc_offer_section {
        width: 680px;
        padding: 38px 15px 37px 15px;
        background-position: left;
    }

    .ppc_offer_section .ppc_offer_wrapper {
        max-width: 360px;
        margin-right: auto;
        margin-left: auto;
    }

    .ppc_offer_section .ppc_offer_image {
        position: static;
        margin: 30px auto 0;
    }
}

@media(max-width:767px) {
    .ppc_offer_section {
        background-size: cover;
        width: 380px;
        margin: 50px auto 50px;
    }

    .ppc_offer_section .ppc_offer_wrapper {
        max-width: 280px;
        margin-right: auto;
        margin-left: auto;
    }
}