.custom-image-with-text .image-with-text__media-item {padding-right: 30px;}
.custom-image-with-text .image-with-text__text-item {background-color: #f4f4f4;}
.custom-image-with-text .image-with-text__text-item .image-with-text__content{padding: 40px 25px 48px 25px;}

.custom-image-with-text .image-with-text__text-item .image-with-text__heading {width: 100%;text-align: center;font-size: 30px;margin: 0;font-weight: 700;text-transform: uppercase;color: #000;}

.custom-image-with-text .image-with-text__text-item .image-with-text__text p {margin-top:0;margin-bottom:1rem;text-align:justify;font-size:14px;margin:0 0 15px 0;font-weight:400;color:#000;line-height:25px;}

@media screen and (max-width:991px){
    .custom-image-with-text .image-with-text__media-item {padding-right: 0;padding-bottom: 15px;}
}