/* line 2, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content {
  margin-bottom: 4rem;
}

/* line 4, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content span {
  font-size: 1.2rem;
  font-weight: 700;
}

/* line 6, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1, .sunx .content .table2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

/* line 10, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div, .sunx .content .table2 div {
  text-align: center;
  line-height: 3rem;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* line 15, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:first-child, .sunx .content .table2 div:first-child {
  border-left: 1px solid #aaa;
}

/* line 16, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(5), .sunx .content .table2 div:nth-child(5) {
  grid-column: 1;
  grid-row: 2/9;
  border-left: 1px solid #aaa;
}

/* line 17, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(6), .sunx .content .table2 div:nth-child(6) {
  grid-column: 1;
  grid-row: 9/13;
  border-left: 1px solid #aaa;
}

/* line 18, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(7), .sunx .content .table2 div:nth-child(7) {
  grid-column: 2;
  grid-row: 2/7;
}

/* line 19, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(8), .sunx .content .table2 div:nth-child(8) {
  grid-column: 2;
  grid-row: 7/9;
}

/* line 20, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(9), .sunx .content .table2 div:nth-child(9) {
  grid-column: 2;
  grid-row: 9/13;
}

/* line 21, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table1 div:nth-child(-n+4), .sunx .content .table2 div:nth-child(-n+4) {
  border-top: 1px solid #aaa;
}

/* line 26, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table2 div:nth-child(5) {
  grid-column: 1;
  grid-row: 2/14;
  border-left: 1px solid #aaa;
}

/* line 27, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table2 div:nth-child(6) {
  grid-column: 1;
  grid-row: 14/21;
  border-left: 1px solid #aaa;
}

/* line 28, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table2 div:nth-child(7) {
  grid-column: 2;
  grid-row: 2/9;
}

/* line 29, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table2 div:nth-child(8) {
  grid-column: 2;
  grid-row: 9/14;
}

/* line 30, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
.sunx .content .table2 div:nth-child(9) {
  grid-column: 2;
  grid-row: 14/21;
}

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

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

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

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

@media screen and (max-width: 767px) {
  /* line 1, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
  .sunx {
    width: calc(100% - 4rem);
  }
  /* line 50, F:/homepage/hrc-test/wp-content/themes/hrc_theme/sass-product/sunx.scss */
  .sunx .content .table1, .sunx .content .table2 {
    grid-template-columns: 1fr 1fr 2fr 1fr;
  }
}

/*# sourceMappingURL=sunx.css.map */