#hero-section {
    background-image: url("../images/product-maintenance-support/Product-Support-Maintenance-hero-section-BG-image.webp");
    padding-bottom: 0;
}

.cta-1 {
    background: linear-gradient(93.49deg, #003970 0%, #04131D 100%);
    border-radius: 60px 0px 0px 60px;
    padding-left: 50px;
    padding-top: 20px;
    margin-top: 80px;
}

.cta-1-content {
    padding-right: 50px;
}

#cta-1 .section-button-white:hover {
    color: #01315F;
}

.cta-1-image {
    margin-top: -120px;
}

#cta-2 {
    margin-top: 100px;
    padding-top: 0;
    background: linear-gradient(91.91deg, #C0392B 0%, #8E44AD 100%);
}

.cta-2-image {
    margin-top: -20px;
}

#cta-2-section .section-button-white:hover {
    color: #D92D29;
}

@media only screen and (max-width: 1200px) {
    #cta-1 .custom-container-left {
        padding-right: 0;
    }

    .cta-2-image,
    .cta-1,
    .cta-1-image {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1100px) {
    .cta-1 {
        padding-left: 20px;
    }

    .cta-1-content {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 992px) {
    #cta-2 {
        margin-top: 50px;
        padding: 30px 20px 0 20px;
    }

    .cta-1 {
        padding: 20px 20px 0 20px;
        border-radius: 20px;
    }

    .cta-1-content {
        padding-right: 0px;
    }

    #cta-1 .custom-container-left {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    #hero-section {
        background: linear-gradient(180deg, #1C0426 0%, #0D0112 100%);
    }
}
