.background-set {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-width {
  margin: 0 auto;
  max-width: 1200px;
}

.core-inner.inner {
  position: relative;
  max-width: 1180px;
}

@media screen and (min-width: 600px) {
  .core-flex[data-core-flex="1"] {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  .core-box {
    width: 33%;
  }
}
@media screen and (min-width: 600px) {
  .core-box[data-core="1"] {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
@media screen and (min-width: 600px) {
  .core-box[data-core="2"] {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}
@media screen and (min-width: 600px) {
  .core-box[data-core="3"] {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
@media screen and (min-width: 600px) {
  .core-img img {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .core-box-title {
    font-size: clamp(12px, 2vw, 22px);
  }
}

@media screen and (min-width: 600px) {
  .core-text {
    line-height: 1.3;
    font-size: clamp(8px, 1.4vw, 16px);
  }
}

@media screen and (min-width: 600px) {
  .core-title {
    font-weight: 600;
    display: none;
  }
}
.core-title-img {
  display: none;
}
@media screen and (min-width: 600px) {
  .core-title-img {
    display: block;
    width: 55%;
    margin-inline: auto;
    max-width: 670px;
  }
}/*# sourceMappingURL=add.css.map */