.banner-wrapper {
    padding: 20px 50px;
    background-color: #EF3E63;
}

.banner-wrapper p {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5em;
    color: #FFFFFF;
}

@media (max-width: 780px) {
    .banner-wrapper p {
        font-size: 15px;
    }

    .banner-wrapper {
        padding: 20px;
    }
    .buttons {
        width: 100% !important;
    }
}

.see-product-cta,
.add-to-cart-cta {
    background-color: #F5F5F5;
    border-radius: 8px 8px 8px 8px;
    padding: 5px 0px 5px 0px;
    text-align: center;
    transition: background-color 0.4s ease;
}

.add-to-cart-cta {
    background-color: #01024E;
}

.add-to-cart-cta:hover,
.see-product-cta:hover {
    background-color: #3C4354;
}

.see-product-cta a,
.add-to-cart-cta a {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    fill: #3C4354;
    color: #3C4354;
    border-style: none;
    transition: color 0.4s ease;
}

.see-product-cta:hover a,
.see-product-cta:hover svg {
    color: #fff;
    fill: #fff !important;
}

.add-to-cart-cta a {
    color: #fff;
}