.image_text_with_bg {display: grid ; align-items: center; grid-template-columns: 48% 48%; justify-content: space-between; border-bottom: 2px solid #fff; border-top: 2px solid #fff;}
.image_text_with_bg .wrapper_img img{margin: 0 auto; max-width: 500px; width: 70% !important; display: block;}
.image_text_with_bg .sub_heading .sub{font-size: 22px; font-weight: 700; margin: 0; line-height: normal; font-family: var(--font-heading-family);}
.image_text_with_bg .h0{color: #dcca87; margin: 0; line-height: normal;}
.image_text_with_bg .content{font-size: 22px; line-height: normal;}

@media screen and (max-width: 989px) {
    .image_text_with_bg{grid-template-columns: 1fr; text-align: center;gap: 32px;}
    .image_text_with_bg .wrapper_img{grid-row: 1 / 1;}
}