.text-and-image .column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.text-and-image .column-row .column-left {
    width: 34.5%;
}

.text-and-image .column-row .column-right {
    width: 55%;
}

.text-and-image .column-row .column-right .image-wraper {
    position: relative;
    padding-bottom: 70%;
    border-radius: 8.25px;
    overflow: hidden;
    margin-bottom: 43px;
}

.text-and-image .column-row .column-right .image-wraper img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-and-image p{
    font-size: 18px;
    line-height: 32px;
}
.text-and-image {
    padding-bottom: 125px;
}

@media only screen and (max-width:1199px){
    .text-and-image .column-row .column-left {
        width: 40%;
    }
    .text-and-image {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width:991px){
    .text-and-image .column-row .column-left {
        width: 45%;
    }
    .text-and-image .column-row .column-right {
        width: 50%;
    }
    .text-and-image {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width:767px){
    .text-and-image .column-row .column-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .text-and-image .column-row .column-right {
        width: 100%;
    }
    .text-and-image {
        padding-bottom: 40px;
    }
}