.new_image_with_text{background-attachment: scroll;}
.new_image_with_text .image_with_text{display: grid ; grid-template-columns: 2fr 1fr; gap: 32px; align-items: center;}
.new_image_with_text .content_part .block_list .is_block { margin-top: 15px; border-bottom: 1px solid #7C8DD1; padding-bottom: 11px; }
.new_image_with_text .content_part .block_list .is_block h4{font-size: 18px; color: #0e1b4d; margin-bottom: 4px; margin-top: 0px;}
.new_image_with_text .content_part .block_list .is_block p{letter-spacing: -0.2px; margin: 0;}
.new_image_with_text .content_part .block_list .is_block:last-child{border-bottom: none;}
.new_image_with_text .image img{border-radius: 5px;}
.new_image_with_text .bottom_button {margin-top: 35px;}

@media screen and (max-width: 749px) {
  .new_image_with_text .image_with_text{grid-template-columns: 1fr;gap: 5px;}
  .new_image_with_text .image{grid-row: 1 / 2;}
  .new_image_with_text .content_part{padding: 11px;}
}