.about-section .banner_container {
    margin: 0 auto 5%;
}

.about-section .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 915px;
    margin: 0 auto;
    padding: 0 10px;
}

.about-section div:nth-child(3) {
    flex-direction: row-reverse;
}

.welcome-container {
    margin: 2% auto 5%;
    width: 100%;
    max-width: 915px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-section .provider {
    margin: 5% auto;
}

.about-section .img-container,
.about-section .description {
    flex: 1 auto;
}

.about-section .img-container {
    max-width: 380px;
    position: relative;
    z-index: 0;
}

.about-section .img-container img {
    margin: 0 0 0 17px;
    height: 100%;
    object-fit: cover;
}

.about-section .img-container .img-mask {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 27px;
    right: 10px;
    bottom: -27px;
    border-width: 10px;
    border-style: solid;
    box-sizing: border-box;
}

.about-section .description {
    width: 100%;
    max-width: 417px;
}

.cta-section-full {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 390px;
    z-index: 0;
    margin: 5% auto;
}

.cta-section-full .cta-image-container {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
    min-height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 0 20px;
    box-sizing: border-box;
}

.cta-section-full .cta-content {
    position: absolute;
    left: auto;
    right: 54%;
    top: 0;
    max-width: 380px;
    bottom: 0;
    margin-left: 54px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-section-full .cta-content-mask {
    border-width: 10px;
    border-style: solid;
    box-sizing: border-box;
    position: absolute;
    top: 27px;
    bottom: 27px;
    width: calc(100% + 54px);
    max-width: 434px;
    z-index: -1;
}

.cta-section-full .cta-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-section-full .cta-content p {
    line-height: 30px;
    max-width: 75%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cta-section-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 320px;
    max-width: 975px;
    padding: 0 20px;
    margin: 5% auto;
    box-sizing: border-box;
}

.cta-section-container .cta-image-container,
.cta-section-container .cta-content {
    width: 50%;
}

.cta-section-container .cta-image-container {
    position: relative;
    z-index: 0;
    margin-right: 70px;
}

.cta-section-container .cta-image-container img {
    position: absolute;
    width: 62%;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.cta-section-container .cta-image-container .cta-image-front {
    top: 0;
    left: 0;
}

.cta-section-container .cta-image-container .cta-image-back {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.cta-section-container .cta-content {
    position: relative;
    z-index: 0;
}

.cta-section-container .cta-content p {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    margin-bottom: 43px;
    margin-right: 33px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
}

.cta-section-container .cta-content p span {
    width: 75%;
}

.cta-section-container .cta-content .cta-content-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 10px;
    margin-top: 33px;
    margin-left: 33px;
    z-index: -1;
    border-width: 10px;
    border-style: solid;
}

@media screen and (min-width: 1285px) {
    .cta-section-full {
        height: 390px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-section-full.container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .about-section .container .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-section .description h1 {
        margin-top: 30px;
    }

    .content .img-container {
        width: 100%;
    }

    .cta-section-full .cta-image-container {
        background-position: top center;
    }

    .cta-section-full .cta-content p,
    .cta-section-container .cta-content p {
        font-size: 20px !important;
    }

    .cta-section-container .cta-image-container {
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .cta-section-full {
        position: relative;
        z-index: 0;
        min-height: 500px;
    }

    .cta-section-full .cta-content {
        right: 30%;
        top: 30%;
    }

    .cta-section-full .cta-image-container {
        min-height: 250px;
        background-position: top right;
    }

    .cta-section-container {
        flex-direction: column;
        height: 100%;
    }

    .cta-section-full .cta-content p,
    .cta-section-container .cta-content p {
        font-size: 18px !important;
    }

    .cta-section-container .cta-image-container,
    .cta-section-container .cta-content {
        width: 100%;
        max-width: 460px;
        margin: 40px auto 0;
        height: 320px;
    }
}

@media screen and (max-width: 576px) {
    .cta-section-full {
        position: relative;
        z-index: 0;
        min-height: 350px;
    }

    .cta-section-full .cta-content {
        margin-right: 54px;
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 468px) {
    .about-section .container .img-container {
        max-width: 100%;
        margin-right: 27px;
    }

    .cta-section-full .cta-content {
        top: 30%;
    }

    .cta-section-full .cta-content p,
    .cta-section-container .cta-content p {
        font-size: 16px !important;
    }

    .cta-section-full {
        min-height: 500px;
    }

    .cta-section-container .cta-image-container img {
        width: 100%;
        max-width: 250px;
    }
}

@media screen and (max-width: 375px) {
    .cta-section-container .cta-image-container img {
        max-width: 200px;
    }

    .cta-section-container .cta-image-container {
        height: 250px;
    }
}
