/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./styles/templates/cases.scss ***!
  \**************************************************************************************************************************************************/
.post {
  background: #fff;
  position: relative;
  padding: 16px 16px 24px;
  border-radius: 20px;
  display: block;
  color: #003c3e;
}
.post .cats {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}
.post .cats div {
  display: inline-block;
  border-radius: 8px;
  background: #30aa86;
  color: #fff;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  margin-right: 8px;
  margin-bottom: 8px;
}
.post figure {
  position: relative;
  padding-bottom: 60%;
  margin-bottom: 24px;
  border-radius: 10px;
  z-index: 0;
}
.post figure::before {
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.post figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
}
.post .info h3 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 28px;
}
.post .info .post-footer {
  font-size: 14px;
  font-weight: 600;
  color: #b3b3b3;
}
@media screen and (min-width: 1081px) {
  .post {
    padding: 20px 24px 40px;
  }
  .post .cats {
    top: 36px;
    left: 32px;
    right: 32px;
  }
  .post figure {
    margin-bottom: 32px;
    overflow: hidden;
  }
  .post figure img {
    transform: scale(1);
  }
  .post .info h3 {
    font-size: 22px;
    padding-bottom: 33px;
  }
  .post:hover {
    box-shadow: 13px 10px 30px 0 rgba(0, 60, 62, 0.25);
    color: #30aa86;
  }
  .post:hover figure img {
    transform: scale(1.1);
  }
}

.homeServices .container {
  flex-direction: column;
  gap: 52px;
}
.homeServices h2 {
  font-size: 40px;
}
.homeServices p {
  font-size: 18px;
}
.homeServices .info h2 {
  padding-bottom: 32px;
}
.homeServices .services {
  display: grid;
  grid-template-rows: auto;
  align-items: start;
}
@media screen and (max-width: 1080px) {
  .homeServices .services--desktop {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services--mobile {
    display: none;
  }
}
.homeServices .services .service {
  width: 100%;
  text-align: start;
  padding: 30px 24px;
  padding-right: 88px;
  margin-bottom: 16px;
  background-color: #fff;
}
.homeServices .services .service h3 {
  font-size: 20px;
}
.homeServices .services .service.active {
  background-color: #003c3e;
}
.homeServices .services .service.active h3 {
  color: #fff;
}
.homeServices .services .service.active svg {
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .homeServices .services .serviceInner.firstInner {
    grid-row: 4;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .serviceInner.secondInner {
    grid-column: 2;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .serviceInner.secondInner {
    grid-row: 5;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .serviceInner.secondInner .service {
    text-align: end;
    padding-left: 88px;
    padding-right: 24px;
  }
  .homeServices .services .serviceInner.secondInner .service:hover svg {
    transform: translate(0, -50%) rotate(225deg);
  }
  .homeServices .services .serviceInner.secondInner .service svg {
    left: 35px;
    right: auto;
    transform: translate(0, -50%) rotate(180deg);
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .contentInner.firstInner {
    grid-row: 1;
    grid-column: 2;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .contentInner.firstInner {
    grid-row: 2;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices .services .contentInner.secondInner {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (max-width: 1080px) {
  .homeServices .services .contentInner.secondInner {
    grid-row: 3;
  }
}
.homeServices .services .content {
  display: none;
}
.homeServices .services .content.active {
  display: block;
}
.homeServices .services .content p {
  padding-bottom: 40px;
}
.homeServices .services .content h2 {
  font-size: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1080px) {
  .homeServices {
    padding: 32px 0 16px;
    margin-top: 32px;
  }
  .homeServices .info {
    margin-bottom: 52px;
  }
  .homeServices .services {
    grid-template-columns: 1fr;
  }
  .homeServices .services .service.active {
    grid-row: 1;
  }
  .homeServices .services .content {
    margin: 16px 0 32px;
  }
  .homeServices .services .content.active {
    grid-row: 2;
  }
}
@media screen and (min-width: 1081px) {
  .homeServices {
    padding: 52px 0 36px;
    margin-top: 52px;
  }
  .homeServices .info {
    width: 70.5%;
  }
  .homeServices .services {
    grid-template-columns: 48.8% 1fr;
    column-gap: 32px;
    row-gap: 52px;
  }
  .homeServices .services .service {
    grid-column: 1;
  }
  .homeServices .services .content {
    justify-self: self-end;
    grid-column: 2;
    grid-row: 1/8;
  }
}
@media screen and (max-width: 360px) {
  .homeServices .info {
    margin-bottom: 32px;
  }
  .homeServices h2 {
    font-size: 32px;
  }
  .homeServices p {
    font-size: 14px;
  }
  .homeServices .services .service {
    padding: 24px;
    padding-right: 75px;
  }
  .homeServices .services .service h3 {
    font-size: 18px;
  }
  .homeServices .services .content h2,
.homeServices .services .content p {
    padding-bottom: 32px;
  }
}

.services .service {
  display: block;
  padding: 24px 75px 24px 24px;
  margin-bottom: 30px;
  border-radius: 16px;
  position: relative;
}
.services .service h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003c3e;
  padding-bottom: 0;
  line-height: 1;
  transition: all 0.4s ease;
}
.services .service svg {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.services .service svg path {
  transition: all 0.4s ease;
}
.services .service:hover {
  box-shadow: 13px 10px 30px 0 rgba(0, 60, 62, 0.15);
}
.services .service:hover h3 {
  color: #30aa86;
}
.services .service:hover svg {
  transform: translate(0, -50%) rotate(-45deg);
}
.services .service:hover svg path {
  fill: #30aa86;
}
.services .service:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1081px) {
  .services .service {
    padding: 30px 88px 30px 24px;
    margin-bottom: 16px;
  }
  .services .service h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1081px) {
  .industriesBox {
    padding: 52px 0;
  }
}
@media screen and (max-width: 1080px) {
  .industriesBox {
    padding: 32px 0;
  }
}
.industriesBox h2 {
  padding-bottom: 40px;
  text-wrap: balance;
}
.industriesBox .thumb {
  position: relative;
  margin-bottom: 80px;
}
.industriesBox .thumb img {
  border-radius: 20px;
}
.industriesBox .thumb .desc {
  border-radius: 8px;
  padding: 12px 24px;
  background: #003c3e;
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: -28px;
}
.industriesBox .thumb .desc p {
  color: #fff;
  line-height: 1.2;
}
.industriesBox .thumb .desc p strong {
  color: #30aa86;
}
.industriesBox .data ul {
  border-radius: 24px;
  padding: 20px 16px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}
.industriesBox .data li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0 12px 22px;
  font-weight: 700;
  line-height: 1.2;
}
.industriesBox .data li > a {
  color: #003c3e;
}
.industriesBox .data li > a:hover {
  color: #30aa86;
}
.industriesBox .data li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #30aa86;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) and (min-width: 660px) {
  .industriesBox .thumb {
    text-align: center;
  }
  .industriesBox .thumb img {
    display: inline-block;
  }
  .industriesBox .thumb .desc {
    right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .industriesBox .container {
    flex-direction: row-reverse;
  }
  .industriesBox .thumb {
    width: 48.8%;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .industriesBox .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .industriesBox .data {
    flex: 1;
    padding-top: 38px;
  }
  .industriesBox .data ul {
    padding: 40px 48px;
  }
  .industriesBox .data ul li {
    padding: 15px 0 15px 26px;
    font-size: 20px;
  }
  .industriesBox .data ul li::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 1081px) {
  .industriesBox .thumb .desc {
    border-radius: 20px;
    padding: 25px 50px;
    right: 80px;
    bottom: -47px;
  }
}

.teamBox {
  padding-bottom: 120px;
}
.teamBox .members {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  padding-top: 40px;
}
.teamBox .member > div {
  position: relative;
}
.teamBox .member figure img {
  margin: 0 auto;
  width: 270px;
  max-width: 100%;
}
.teamBox .member .memberInfo {
  text-align: center;
  padding: 16px 16px 24px;
}
.teamBox .member .memberInfo h3 {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding-bottom: 8px;
}
.teamBox .member .memberInfo .position {
  font-size: 12px;
  color: #30aa86;
}
.teamBox .member .lkd {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #30aa86;
}
.teamBox .member .lkd svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}
@media screen and (min-width: 640px) {
  .teamBox .members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1080px) {
  .teamBox .member .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
}
@media screen and (min-width: 1081px) {
  .teamBox {
    padding-bottom: 200px;
  }
  .teamBox h2 {
    font-size: 40px;
  }
  .teamBox .members {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    justify-content: center;
    padding-top: 80px;
  }
  .teamBox .member {
    cursor: pointer;
  }
  .teamBox .member .memberInfo {
    transition: all 0.4s ease;
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
  .teamBox .member .memberInfo h3 {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .memberInfo .position {
    color: #fff;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd {
    opacity: 0%;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .teamBox .member .lkd:hover {
    background: #003c3e;
  }
  .teamBox .member .lkd:hover svg path {
    fill: #30aa86;
  }
  .teamBox .member:hover .memberInfo {
    background: #003c3e;
    border-color: #003c3e;
  }
  .teamBox .member:hover .memberInfo h3 {
    color: #fff;
  }
  .teamBox .member:hover .memberInfo .position {
    color: #30aa86;
  }
  .teamBox .member:hover .lkd {
    opacity: 100%;
    visibility: visible;
  }
}

.sectionItem {
  padding: 80px 0;
}
.sectionItem.asfolder {
  padding-top: 25px;
  padding-bottom: 0;
}
.sectionItem.asfolder:first-child {
  padding-top: 155px;
}
.sectionItem.asfolder .folder {
  padding-top: 48px;
  padding-bottom: 80px;
}
.sectionItem .title {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .sectionItem.asfolder .boxes .item:nth-child(2n) {
    flex-direction: row;
  }
  .sectionItem.asfolder .boxes .item:nth-child(2n+1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1081px) {
  .sectionItem {
    padding: 120px 0;
  }
  .sectionItem.asfolder {
    padding-top: 80px;
  }
  .sectionItem.asfolder:first-child {
    padding-top: 197px;
  }
  .sectionItem.asfolder .folder {
    padding: 80px 0 120px;
  }
  .sectionItem .title {
    padding-bottom: 80px;
  }
}

.boxes .item {
  padding-bottom: 80px;
}
.boxes .item:last-child {
  padding-bottom: 0;
}
.boxes .item h2 strong {
  color: #30aa86;
}
.boxes .item figure {
  position: relative;
  margin-bottom: 52px;
}
.boxes .item figure img {
  border-radius: 16px;
  margin: 0 auto;
}
.boxes .item figure mark {
  position: absolute;
  bottom: -28px;
  right: 32px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background: #30aa86;
}
.boxes .item figure .desc {
  border-radius: 8px;
  padding: 12px 24px;
  background: #003c3e;
  display: inline-block;
  position: absolute;
  right: 16px;
  bottom: -40px;
}
.boxes .item figure .desc p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
}
.boxes .item figure .desc p strong {
  color: #30aa86;
}
@media screen and (min-width: 768px) {
  .boxes .item {
    align-items: flex-start;
  }
  .boxes .item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .boxes .item figure {
    width: 47.6%;
    margin-bottom: 0;
  }
  .boxes .item .info {
    width: 48.5%;
  }
  .boxes .item .info--wide {
    width: 100%;
  }
}
@media screen and (min-width: 1081px) {
  .boxes .item {
    padding-bottom: 160px;
  }
  .boxes .item figure mark {
    bottom: -44px;
    right: 48px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 16px;
    font-size: 32px;
  }
  .boxes .item figure .desc {
    border-radius: 20px;
    padding: 24px;
    right: 47px;
    bottom: -47px;
  }
  .boxes .item figure .desc p {
    font-size: 18px;
  }
}

.cForm p {
  font-size: 12px;
  line-height: 1.2;
}
.cForm .fileBox {
  position: relative;
  height: 55px;
}
@media screen and (min-width: 769px) {
  .cForm .fileBox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cForm .fileBox {
    margin-bottom: 32px;
  }
}
.cForm .fileBox.error .file_tip {
  display: block;
  color: #f00;
}
.cForm .fileBox.error .file_label {
  border: 1px solid #f00;
}
.cForm .fileBox.warning .file_tip {
  display: block;
}
.cForm .fileBox.warning .file_label {
  border: 1px solid #30aa86;
}
@media screen and (max-width: 768px) {
  .cForm .fileBox .file_name {
    font-size: 16px;
  }
}
.cForm .fileBox .cross {
  position: absolute;
  top: 50%;
  right: 30px;
  color: #003c3e;
  cursor: pointer;
  transform: translate(0, -50%) scale(1.3);
  transition: all 0.4s ease;
  pointer-events: none;
}
.cForm .fileBox .cross.is_active {
  transform: translate(0, -50%) scale(1.3) rotate(45deg);
  pointer-events: initial;
  color: #30aa86;
}
.cForm .fileBox .file_tip {
  position: absolute;
  font-size: 10px;
  padding-top: 4px;
  line-height: 120%;
  color: #30aa86;
  display: none;
}
.cForm .file_label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  padding: 16px 44px 16px 30px;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  border-radius: 8px;
  background: #fff;
}
.cForm .file_label span {
  margin: 0;
}
.cForm .file_label.uploaded {
  pointer-events: none;
}
.cForm .file_label.uploaded span {
  color: #003c3e;
}
.cForm .fileInput {
  display: none;
}
.cForm .button {
  margin-top: 16px;
}

.preFooter .formBox {
  display: grid;
}
@media screen and (min-width: 931px) {
  .preFooter .formBox {
    grid-template-rows: minmax(auto, max-content) 1fr;
    grid-template-columns: minmax(330px, 490px) 512px;
    column-gap: 25px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 930px) {
  .preFooter .formBox {
    row-gap: 32px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .formBox {
    row-gap: 24px;
  }
}
.preFooter h2 {
  padding-bottom: 24px;
}
@media screen and (min-width: 931px) {
  .preFooter h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter h2 {
    font-size: 24px;
    padding-bottom: 0;
  }
}
.preFooter .teamBox {
  padding-bottom: 0;
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox {
    margin-top: 32px;
  }
}
@media screen and (max-width: 360px) {
  .preFooter .teamBox {
    margin-top: 8px;
  }
}
.preFooter .teamBox .member {
  position: relative;
}
.preFooter .teamBox .member .memberInfo {
  position: absolute;
  max-width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1080px) {
  .preFooter .teamBox .member .memberInfo {
    background: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.preFooter .teamBox .member .folder::before,
.preFooter .teamBox .member .folder::after {
  display: none;
}
.preFooter .teamBox .member h3 {
  line-height: 1.8;
  color: #003c3e;
  padding: 0;
}
.preFooter .teamBox .member .position {
  color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 930px) {
  .preFooter .teamBox .member figure {
    max-width: 306px;
  }
}
.preFooter .teamBox .member img {
  width: auto;
}
.preFooter .teamBox .member .lkd {
  right: 5px;
  transform: scale(1.4);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 931px) {
  .preFooter {
    padding-top: 52px;
  }
  .preFooter .titleBox--mobile {
    display: none;
  }
  .preFooter .cForm {
    min-width: 330px;
    margin-bottom: 52px;
  }
  .preFooter .cForm p {
    font-size: 14px;
  }
  .preFooter .teamBox {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 400px;
    bottom: 41px;
    padding: 11px 16px 19px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 26px;
  }
  .preFooter .teamBox .member .position {
    font-size: 18px;
  }
  .preFooter .teamBox .member .lkd {
    top: 5px;
  }
}
@media screen and (max-width: 930px) {
  .preFooter {
    padding-top: 32px;
  }
  .preFooter .teamBox h2 {
    padding-bottom: 10px;
  }
  .preFooter .teamBox .member {
    max-width: 324px;
    margin: 0 auto;
  }
  .preFooter .teamBox .member .memberInfo {
    width: 310px;
    bottom: 16px;
    padding: 13px 16px 14px;
  }
  .preFooter .teamBox .member h3 {
    font-size: 18px;
  }
  .preFooter .teamBox .member .position {
    font-size: 14px;
  }
  .preFooter .teamBox .member .lkd {
    top: 9%;
  }
}

@media screen and (min-width: 1081px) {
  .casesBox {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 361px) {
  .casesBox {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 361px) {
  .casesBox {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .container {
    padding: 52px 15px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .casesBox .container {
    padding: 32px 15px;
  }
}
.casesBox h1 {
  color: #003c3e;
}
@media screen and (min-width: 361px) {
  .casesBox .caseDesc {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 360px) {
  .casesBox .caseDesc {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 361px) {
  .casesBox .caseDesc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .casesBox .caseDesc p {
    font-size: 14px;
  }
}
.casesBox .posts {
  display: grid;
  grid-gap: 30px;
  grid-auto-rows: auto;
}
@media screen and (max-width: 768px) {
  .casesBox .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .casesBox .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .posts {
    grid-gap: 34px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .post figure {
    padding-bottom: 66%;
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .post:nth-child(10n+1):not(:last-child), .casesBox .post:nth-child(10n+6):not(:last-child) {
    grid-column: span 2/auto;
    padding: 20px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .post:nth-child(10n+1):not(:last-child) figure, .casesBox .post:nth-child(10n+6):not(:last-child) figure {
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
    top: 20px;
    left: 20px;
  }
}
.casesBox .post:nth-child(10n+1):not(:last-child) .info, .casesBox .post:nth-child(10n+6):not(:last-child) .info {
  position: relative;
}
@media screen and (min-width: 1081px) {
  .casesBox .post:nth-child(10n+1):not(:last-child) .info, .casesBox .post:nth-child(10n+6):not(:last-child) .info {
    padding: 0 24px 24px;
    max-width: 400px;
    color: #fff;
  }
}
@media screen and (min-width: 1081px) {
  .casesBox .post:nth-child(10n+1):not(:last-child) h3, .casesBox .post:nth-child(10n+6):not(:last-child) h3 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1080px) {
  .casesBox .post:nth-child(10n+1):not(:last-child) p, .casesBox .post:nth-child(10n+6):not(:last-child) p {
    color: #fff;
  }
}
.casesBox .post .info h3 {
  padding-bottom: 16px;
}
.casesBox .post .info p {
  font-weight: 600;
  line-height: 1.2;
  color: #b3b3b3;
}

@media screen and (min-width: 769px) {
  .industriesBox {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 769px) and (min-width: 361px) {
  .industriesBox {
    margin-bottom: 32px 0;
  }
}
@media screen and (max-width: 360px) {
  .industriesBox {
    margin-bottom: 24px 0;
  }
}
