.prefooter {
    padding: 9.25rem 0;
    background: #E9E9E9;
    position: relative;
}
.prefooter img {
    width: 45%;
    position: absolute;
    left:0;
    top: 1.25rem;
    bottom:1.25rem;
    height: calc(100% - 2.5rem);
    border-radius: 0 2.5rem 2.5rem 0;
    object-fit: cover;
}
.prefooter h2 {
    margin: 0
}
.prefooter p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
    margin: 1rem 0 2rem;
}
.prefooter .cta-btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 160%;
    padding: 1rem 4.5rem;
}

@media screen and (max-width: 1399px) {
    .prefooter img {
        object-position: 80%;
    }
}

@media screen and (max-width: 991px) {
    .prefooter {
        padding: 0 0 3rem;
    }
    .prefooter img {
        width: 100%;
        height: auto;
        position: relative;
        top: unset;
        bottom: unset;
        border-radius: 0;
        margin-bottom: 2rem;
    }
    .prefooter .col-12 {
        text-align: center;
        justify-content: center;
    }
    .prefooter p {
        line-height: 140%
    }
    .prefooter .cta-btn {
        padding: 1rem;
    }
}