.shopify-section--image-with-text-overlay .image-overlay__content-wrapper {padding:0;}
.shopify-section--image-with-text-overlay .image-overlay__content { padding: 26px;}
.shopify-section--image-with-text-overlay .image-overlay__text-container .button-wrapper:only-child { margin-block-start:16px;}
.shopify-section--image-with-text-overlay p+.button-wrapper {margin-block-start: 16px;}
.shopify-section--image-with-text-overlay .image-overlay__text-container {margin-block-start:16px;}
.shopify-section--image-with-text-overlay .heading.h6 { font-size: 38px; margin-top:0;}
.shopify-section--image-with-text-overlay .image-overlay__image {object-fit:fill;} 
.shopify-section--image-with-text-overlay .image-overlay__text-container p {font-size: 20px; font-weight: 500; line-height: 1.5;} 

@media(max-width:1199px){
    .shopify-section--image-with-text-overlay .image-overlay__image {object-fit: cover;}
}
@media(max-width:999px){
    .shopify-section--image-with-text-overlay .image-overlay__image {object-fit:cover;}
    .shopify-section--image-with-text-overlay .heading.h6 {font-size:30px;}
}
@media(max-width:740px){
    .shopify-section--image-with-text-overlay .heading.h6 {font-size:26px;}
    .shopify-section--image-with-text-overlay .image-overlay__content {padding:20px; margin:0; width:100%;}
}