.image-with-quote .image-with-quote-row{display: flex;flex-wrap: wrap;}
.image-with-quote .image-with-quote-row > div{width: 50%}
.image-with-quote .image-with-quote-row .image-block figure{margin: 0;display: flex;}
.image-with-quote .image-with-quote-row .image-block figure img{width: 100%;height: 100%;object-fit: cover;}

.image-with-quote .image-with-quote-row .content-block{display: flex;align-items: center;justify-content: center;padding: 66px 32px;background: var(--content-background);}
.image-with-quote .image-with-quote-row .content-block-wrap{max-width: 390px;display: flex;flex-direction: column;gap: 23px;justify-content: center;align-items: center;}
.image-with-quote .image-with-quote-row .content-block-wrap h3{color: var(--text-color)}
.image-with-quote .image-with-quote-row .content-block-wrap img{max-height: 23px;}

@media screen and (max-width: 749px){
  .image-with-quote .image-with-quote-row > div{width: 100%;}
}