/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@font-face {
  font-family: "GT-America";
  src: url("../../../../assets/fonts/GT-America-Standard-Regular.eot");
  src: url("../../../../assets/fonts/GT-America-Standard-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("../../../../assets/fonts/GT-America-Standard-Regular.woff") format("woff"), url("../../../../assets/fonts/GT-America-Standard-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.main {
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
  margin-top: 120px;
}
@media only screen and (min-width: 768px) {
  .main {
    margin-top: 160px;
  }
}

.about {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .about {
    display: flex;
    justify-content: space-between;
  }
}

.about-item {
  width: calc(100%);
  float: left;
  margin-left: 0;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .about-item {
    width: calc(41.6666666667%);
    float: left;
    margin-left: 0;
  }
}

.item-extra,
.text-extra {
  color: #D3D4DA;
  font-size: 16px;
}