.full-width-cta {
    position: relative;
}

.full-width-cta__content {
    text-align: center;
    padding: 35px 20px 40px 20px;
    background: var(--white);
    position: relative;
    z-index: 1;
    border-radius: 7px;
}

.full-width-cta__content:not(:has(.sub-heading)) {
    padding: 30px 20px 30px 20px;
}

.full-width-cta__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
}

.full-width-cta__content p {
    margin: 0 0 20px 0;
}

.full-width-cta__content .btn-group {
    margin-top: 25px;
}

.full-width-cta  .read-more__box {
    min-height: 170px;
    max-height: unset;
}

.full-width-cta__content  .btn-group,
.home-full-width-image-text .btn-group {
    justify-content: center;
}

@media(min-width: 768px) {
    .full-width-cta__content {
        padding: 60px;
    }

    .full-width-cta__content p {
        margin: 0 0 25px 0;
    }

    .full-width-cta__content:not(:has(.sub-heading)) {
        padding: 50px 60px 50px;
    }

     .full-width-cta__content .btn-group {
        gap: 20px 28px;
        justify-content: center;
    }
}

@media(min-width: 1200px) {
    .full-width-cta__content  .btn-group,
    .home-full-width-image-text .btn-group {
        justify-content: flex-start;
    }

    .full-width-cta__content {
        padding: 70px 54px 80px 54px;
        max-width: 724px;
        margin-left: auto;
        text-align: left;
    }

    .full-width-cta__content p {
        margin: 0 0 25px 0;
    }

    .full-width-cta__content h2 {
        margin: 0 0 5px;
    }

    .full-width-cta__content .sub-heading {
        margin-bottom: 2px;
    }

    .full-width-cta__content:not(:has(.sub-heading)) {
        padding: 60px 54px 60px 54px;
    }

     .full-width-cta__content .btn-group {
        gap: 20px 32px;
        justify-content: flex-start;
    }
}