.app-image-cta {
    background: transparent linear-gradient(0deg, #122E52 0%, #2D2F3B 100%) 0% 0% no-repeat padding-box;
    padding-top: 6.875rem;
    padding-bottom: 4rem
}

.app-image-cta .heading {
    position: relative;
    font-family: "Euclid Circular A Bold", sans-serif;
    color: #FFF;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: center
}

.app-image-cta .heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 48px;
    background-color: #03CFFF
}

.app-image-cta .description {
    text-align: center;
    margin-bottom: 2rem;
    max-width: 792px;
    margin-left: auto;
    margin-right: auto
}

.app-image-cta .description.with_cta {
    margin-bottom: 1rem;
}

.app-image-cta .description p {
    color: #FFF;
    font-size: 1rem;
    line-height: 1.5rem
}

.app-image-cta .description img {
    max-width: 100%
}

.app-image-cta .description a {
    color: #FFF;
    text-decoration: underline;
    font-size: 1rem
}

.app-image-cta .description a:hover,
.app-image-cta .description a:focus {
    text-decoration: none
}

.app-image-cta .description strong {
    font-family: "Euclid Circular A Bold", sans-serif
}

.app-image-cta .btn.btn-primary {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.app-image-cta .row .col-xl-3:not(:first-child):not(:last-child) {
    padding-left: 1rem;
    padding-right: 0
}

.app-image-cta .row .col-xl-3:first-child {
    padding-right: 0
}

.app-image-cta .row .col-xl-3:last-child {
    padding-left: 1rem
}

@media (max-width: 1199.98px) {
    .app-image-cta {
        padding-top: 8.75rem;
        padding-bottom: 2.5rem
    }

    .app-image-cta .heading {
        font-size: 1.625rem;
        line-height: 2.125rem
    }

    .app-image-cta .description {
        text-align: center;
        margin-bottom: 2rem
    }

    .app-image-cta .description p {
        color: #FFF;
        font-size: 0.875rem;
        line-height: 1.375rem
    }

    .app-image-cta .description a {
        font-size: 0.875rem
    }

    .app-image-cta .row .col-12.col-lg-6 {
        margin-bottom: 1rem
    }

    .app-image-cta .row .col-xl-3:not(:first-child):not(:last-child) {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        padding-right: calc(var(--bs-gutter-x) * 0.5)
    }

    .app-image-cta .row .col-xl-3:first-child {
        padding-right: calc(var(--bs-gutter-x) * 0.5)
    }

    .app-image-cta .row .col-xl-3:last-child {
        padding-left: calc(var(--bs-gutter-x) * 0.5)
    }
}

@media (max-width: 767.98px) {
    .app-image-cta .container {
        max-width: 85%
    }
}