.cta-section {
    max-width: 1440px;
    margin: auto;
    padding-top: 200px;
}

.cta-section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 6px;
}

.cta-section .content-wrapper {
    position: relative;
}

.cta-section .content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
}

.cta-section .text-content {
    position: absolute;
    display: grid;
    grid-template-columns: 700px 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    column-gap: 100px;
    align-items: center;
    justify-items: center;
    z-index: 2;
}

.cta-section .text-content .left-column {
    display: grid;
    justify-content: flex-start;
    width: 100%;
}

.cta-section .text-content .right-column {
    display: grid;
    justify-content: end;
    width: 100%;
}

.cta-section .text-content .left-column h2 {
    font-family: 'Montserrat';
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 700;
}

.cta-section .text-content .left-column p {
    color: #FFFFFF;
}

.cta-section .text-content .right-column a.btn {
    background: #FFFFFF;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cta-section .text-content .right-column a.btn:focus {
    background: #1b3c6f;
    border: unset;
    text-decoration: unset;
}

.cta-section .text-content .right-column a.btn:hover i {
    transform: translateX(5px);
}

.cta-section .text-content .right-column a.btn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

/* Second row */
.cta-section.second {
    padding-bottom: 100px;
}

.cta-section.second .no-bg-image {
    background: linear-gradient(172deg, rgba(27, 60, 111, 1) 15%, rgba(27, 60, 111, 1) 50%, rgba(53, 82, 127, 1) 70%, rgba(78, 103, 143, 1) 100%, rgba(147, 162, 187, 1) 100%, rgba(255, 255, 255, 1) 100%);
    height: 400px;
    border-radius: 6px;
}

.cta-section.second .left-column h2 {
    margin-bottom: 10px;
}

.cta-section.second .text-content .right-column a.btn {
    background: #FFFFFF;
    font-weight: 500;
    padding: 12px 20px;
    background: #169d53;
    color: #FFFFFF;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.cta-section.second .text-content .right-column a.btn:focus {
    background: #169d53;
    border: unset;
    text-decoration: unset;
}

/* Products and Services Page */
.cta-section.products-and-services {
    padding-top: 170px;
    padding-bottom: 100px;
}

.cta-section.products-and-services img {
    object-position: top;
}

.cta-section.products-and-services .text-content {
    grid-template-columns: 800px 400px;
}

.cta-section.products-and-services .left-column h2 {
    margin-bottom: 10px;
}

.cta-section.products-and-services .left-column h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    color: #FFF;
}

.cta-section.products-and-services .left-column p {
    font-size: 18px;
}

@media (max-width: 1440px) {
    .cta-section {
        max-width: 1300px;
    }

    .cta-section.second .text-content .left-column p {
        font-size: 18px;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 700px 400px;
    }
}

@media (max-width: 1340px) {
    .cta-section {
        max-width: 1200px;
        padding-top: 100px;
    }

    .cta-section.second {
        padding-bottom: 0;
    }

    .cta-section .text-content {
        grid-template-columns: 600px 400px;
    }

    .cta-section .text-content .right-column a.btn {
        font-size: 14px;
    }

    .cta-section.second .text-content .left-column p {
        font-size: 16px;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 500px 400px;
    }

    .cta-section.products-and-services .left-column h2 {
        font-size: 38px;
    }

    .cta-section.products-and-services .left-column h4 {
        font-size: 16px;
    }

    .cta-section.products-and-services .left-column p {
        font-size: 16px;
    }
}

@media (max-width: 1279px) {
    .cta-section {
        max-width: unset;
        padding: 150px 40px 0;
    }

    .cta-section.second {
        padding-bottom: 0;
    }

    .cta-section .text-content {
        grid-template-columns: 700px;
    }

    .cta-section .text-content .left-column {
        justify-content: center;
    }

    .cta-section .text-content .right-column {
        justify-content: center;
    }

    .cta-section.second .text-content {
        grid-template-columns: 900px;
    }

    .cta-section.second .text-content .left-column {
        text-align: center;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 1fr;
        grid-template-columns: 750px;
    }

    .cta-section.products-and-services {
        padding-top: 100px;
    }

    .cta-section .text-content .left-column {
        text-align: center;
    }

    .cta-section .text-content .right-column {
        justify-content: center;
    }
}

@media (max-width: 840px) {
    .cta-section.second {
        padding-bottom: 0;
    }

    .cta-section.second .text-content {
        grid-template-columns: 700px;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 650px;
    }
}

@media (max-width: 767px) {
    .cta-section {
        max-width: unset;
        padding: 100px 20px 0;
    }

    .cta-section .text-content {
        grid-template-columns: 400px;
    }

    .cta-section.second .text-content {
        grid-template-columns: 400px;
    }

    .cta-section img {
        height: 300px;
    }

    .cta-section .text-content .left-column h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .cta-section .text-content .left-column p {
        font-size: 12px;
        text-align: center;
    }

    .cta-section .text-content .right-column {
        justify-content: center;
    }

    .cta-section .text-content .right-column a.btn {
        font-size: 12px;
    }

    .cta-section.second .left-column h2 {
        margin-bottom: 30px;
    }

    .cta-section.second .text-content .left-column p {
        font-size: 12px;
    }

    .cta-section.second .text-content .right-column {
        justify-content: center;
    }

    .cta-section.products-and-services {
        padding-top: 100px;
        padding-bottom: 0;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 400px;
    }
}

@media (max-width: 430px) {
    .cta-section .text-content {
        grid-template-columns: 300px;
    }

    .cta-section.second .text-content {
        grid-template-columns: 300px;
    }

    .cta-section .text-content .left-column p {
        text-align: unset;
    }

    .cta-section.products-and-services .text-content {
        grid-template-columns: 300px;
    }

    .cta-section.products-and-services img {
        height: 400px;
    }

    .cta-section.products-and-services .text-content .right-column {
        justify-content: center;
    }
}