/* line 3, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
.radiation-shield .content span {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 2rem;
}

/* line 10, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
.radiation-shield .content .grid1 {
  display: grid;
  grid-template-columns: 2fr 4rem 1fr;
}

/* line 13, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
.radiation-shield .content .grid1 img, .radiation-shield .content .grid1 > div:nth-child(2n) {
  grid-column: 3;
}

@media screen and (max-width: 1919px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: 1280px;
  }
}

@media screen and (max-width: 1439px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: 1024px;
  }
}

@media screen and (max-width: 1279px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: 896px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: calc(768px - 4rem);
  }
}

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: calc(100% - 4rem);
  }
  /* line 34, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield .content .grid1 {
    display: block;
  }
  /* line 36, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield .content .grid1 img {
    display: block;
    width: 50%;
    margin: 2rem auto;
  }
}

@media screen and (max-width: 639px) {
  /* line 44, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield .title {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 479px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield {
    width: calc(100% - 4rem);
  }
  /* line 48, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/radiation-shield.scss */
  .radiation-shield .content .grid1 img {
    width: 80%;
  }
}

/*# sourceMappingURL=radiation-shield.css.map */