/** Shopify CDN: Minification failed

Line 84:0 Expected "}" to go with "{"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}

.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .image-with-text__media--medium {
    height: 46rem;
  }

  .image-with-text__media--large {
    height: 69.5rem;
  }
}

.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

/* 특정 JSON 섹션에만 적용할 마진 설정
.custom-margin {
  margin-left: 20px !important;
  margin-right:

    // 최종 CSS
body .image-with-text .custom-margin .grid__item p,
body .image-with-text .custom-margin .grid__item .text {
  font-size: 150% !important;
}

body .custom-size p, 
body .custom-size .text {
  font-size: 150% !important;
}

*/

