.container-fluid.cta-container {
    min-height: 475px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cta-container .cta {
    position: relative;
    font-weight: bold;
    max-width: 1190px;
    font-size: 40px;
    text-align: center;
}

.cta-container .cta a {
    font-weight: bold;
    color: #4fb465;
    text-decoration: underline;
    font-size: 40px;
}

.cta-container .cta p {
    line-height: 1.7142;
}

.cta-container .cta::after {
    width: 200px;
    height: 4px;
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #4fb465;
}

@media(max-width: 1195px) {
    .cta-container .cta {
        max-width: 940px;
    }

    .cta-container .cta a,
    .cta-container .cta {
        font-size: 30px;
    }
}
