.image-quote-block{display:grid;grid-template-columns:1fr 3fr;grid-template-rows:1fr 1fr .5fr;width:auto}.image-block{grid-area:1/1/span 2/span 2;overflow:hidden;position:relative}.image-block>img{height:100%;left:0;object-fit:cover;object-position:center center;opacity:1;position:absolute;top:0;transition:opacity .5s ease 0s;width:100%}.image-quote-block__text-container{background-color:var(--primary_color);color:#fff;grid-area:2/2/span 2/span 2;margin-right:60px;padding:50px 60px 55px 90px;z-index:1}.white{color:#fff}.image-quote-block__name-text{margin-bottom:0;margin-top:30px}.image-quote-block__title-text{margin-bottom:0}@media only screen and (min-width:801px){.image-quote-block__quote-text{font-size:35px;letter-spacing:-.91px;line-height:42px;margin:0;text-indent:-14px}.image-quote-block__name-text,.image-quote-block__title-text{font-size:24px;font-weight:500;letter-spacing:-.22px;line-height:30px;margin:0}}@media only screen and (max-width:800px){.image-quote-block{grid-template:auto auto/100%}.image-block{grid-area:1/1/span 1/span 1}.image-quote-block__text-container{grid-area:2/1/span 1/span 1;margin-right:0;padding:30px 14px 30px 30px}}