.content-with-image {
    padding: 94px 0 36px;
}
.content-with-image h2 {
    text-align: center;
    margin-bottom: 33px;
    color: var(--blue);
}
.content-with-image .col-md-12>div>p {
    max-width: 1070px;
}
.content-with-image p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 30px;
}
.content-with-image p:has(+.cnt-wrp) {
    margin-bottom: 4px;
}
.content-with-image .cnt-wrp {
    display: grid;
    grid-template-columns: 52% 44.1%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.content-with-image .cnt-wrp .left-wrp {
    padding-top: 26px;
}
.content-with-image .cnt-wrp .left-wrp p:last-child {
    margin-bottom: 0;
}
.content-with-image .cnt-wrp .right-wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8.41px;
}

@media (max-width: 1199px) {
    .content-with-image p:has(+.cnt-wrp) {
        margin-bottom: 20px;
    }
    .content-with-image .cnt-wrp .left-wrp {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .content-with-image {
        padding: 70px 0 30px;
    }
    .content-with-image h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .content-with-image {
        padding: 40px 0 0;
        text-align: center;
    }
    .content-with-image .col-md-12>div {
        display: flex;
        flex-direction: column-reverse;
    }
    .content-with-image .cnt-wrp {
        flex-direction: column-reverse;
        display: flex;
        gap: 29px;
        margin-bottom: 15px;
    }
    .content-with-image p {
        margin-bottom: 15px;
    }
}