.full-width-image-cta {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.45;
}

.full-width-image-cta-wrapper {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 30px;
}

.full-width-image-cta-wrapper:last-child {
    margin-bottom: 0;
}

.full-width-image-heading {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.full-width-image-icon {
    width: 50px;
    height: 50px;
    background-color: #ABCDDB;
    border-radius: 50%;
    overflow: hidden;
}

.full-width-heading-content {
    width: calc(100% - 50px);
    padding-left: 0;
}

.full-width-heading-content h3 {
    padding: 0 0;
}

.full-width-image-content {
    padding-bottom: 0;
}

.full-width-image-content ul li,
.full-width-image-content ul {
    margin: 0 0;
    padding: 0 0;
}

.full-width-image-btn {
    width: 100%;
}

@media(min-width: 768px) {
    .full-width-image-heading {
        width: 45%;
    }

    .full-width-image-content {
        width: 55%;
    }

    .full-width-image-cta-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        padding: 30px 25px;
    }

    .full-width-image-icon {
        width: 78px;
        height: 78px;
    }

    .full-width-heading-content {
        width: calc(100% - 78px);
    }
}

@media(min-width: 1200px) {

    .full-width-image-cta {
        padding: 130px 0;
    }

    .full-width-image-cta-wrapper {
        padding: 60px 81px 60px 62px;
        justify-content: space-between;
        align-items: center;
    }

    .full-width-heading-content h3 {
        font-size: 34px;
    }

    .full-width-image-heading {
        width: 350px;
        margin: 0 0;
    }

    .full-width-image-content {
        width: 389px;
        padding: 0;
    }
    .full-width-image-content.full-text{
        width: 55%;
    }

    .full-width-image-btn {
        width: 253px;
        text-align: left;
    }

    .full-width-heading-content {
        width: 100%;
    }

    .full-width-image-btn .btn + .btn {
        margin-top: 20px;
        margin-left: 0;
    }

    .full-width-image-content ul {
        display: flex;
        flex-wrap: wrap;
    }

    .full-width-image-content ul li {
        margin-right: 26px;
        position: relative;
    }

    .full-width-image-content ul li::before {
        content: '';
        position: absolute;
        top: 50%;
        right: -12px;
        width: 2px;
        height: 60%;
        background-color: #5A858C;
        transform: translate(0% , -50%);
    }

    .full-width-image-content ul li a span {
        margin-right: 4px;
    }

    .full-width-image-content ul li:last-child:before {
        display: none;
    }

    .full-width-image-content ul li:last-child {
        margin-right: 0px;
    }

    .full-width-image-content p {
        padding-bottom: 15px;
    }

    .full-width-image-content p:last-child {
        padding-bottom: 0;
    }

    .full-width__inner {
        width: 590px;
    }
}