html {
  font-size: 10px;
}

.section-projects {
  padding-bottom: 12rem;
}
.section-meet-enigma {
  border-width: 1px 0;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  padding: 10rem 0;
}
.section-meet-enigma .text {
  padding-right: 10rem;
}
.section-meet-enigma .text h2 {
  margin-bottom: 3.2rem;
}
.section-meet-enigma .text p {
  color: #d9d9d9;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-meet-enigma .text .btn2-group {
  margin-top: 3.2rem;
}
.section-meet-enigma .block-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-meet-enigma .block-col {
  width: calc(50% - 0.5rem);
}
.section-meet-enigma .block-inner {
  align-items: center;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  min-height: 18rem;
  padding: 2rem 3rem;
  text-align: center;
}
.section-meet-enigma .block-inner .text {
  padding: 0;
}
.section-meet-enigma .block-inner .text .h {
  margin: 0;
}
.section-meet-enigma::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  width: 1px;
}
.section-uniqe {
  border-width: 0 0 1px;
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
  padding: 18rem 0;
}
.section-uniqe .text .h {
  color: #3841BC;
  font-size: 14rem;
  font-family: "filson_softbold";
  font-weight: 700;
  line-height: 1.2;
}
.section-uniqe .text p {
  color: #d9d9d9;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-uniqe .text + .text {
  margin-top: 3rem;
  margin-left: 22rem;
}
.section-uniqe .text:nth-child(3n) {
  margin-left: 60rem;
}
.section-uniqe::after, .section-uniqe::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  top: 0;
  width: 1px;
}
.section-uniqe::after {
  left: 35%;
}
.section-uniqe::before {
  right: 35%;
}

@media (width <= 1199px) {
  .section-uniqe {
    padding: 10rem 0;
    text-align: center;
  }
  .section-uniqe .text + .text {
    margin-left: 0;
    margin-top: 4rem;
  }
}
@media (width <= 767px) {
  .section-uniqe .text .h {
    font-size: 10rem;
  }
}
@media (width <= 991px) {
  .section-meet-enigma .text {
    padding: 0 0 3rem;
  }
  .section-meet-enigma .block-inner {
    min-height: 20rem;
  }
}
@media (width <= 575px) {
  .section-meet-enigma .block-col {
    width: 100%;
  }
  .section-meet-enigma .block-col + .block-col {
    margin: 0;
  }
  .section-meet-enigma .block-col + .block-col .block-inner:nth-child(1) {
    margin: 0;
  }
  .section-uniqe .text .h {
    font-size: 5rem;
  }
}/*# sourceMappingURL=about.css.map */