.text-image-section .row {
  margin: 0 -4rem;
}
.text-image-section .row > div {
  padding: 0 4rem;
}
.text-image-section .row .text {
  font-family: "Inter";
  color: #515151;
}
.text-image-section .row .text p {
  margin-bottom: 3.2rem;
}
.text-image-section .row .text p:last-child {
  margin-bottom: 0;
}
.text-image-section .button-box {
  margin-top: 4rem;
}
.text-image-section .note {
  font-family: "Inter";
  color: #515151;
  margin-top: 3.6rem;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 2%;
  font-weight: 600;
}
.text-image-section .button-box {
  display: flex;
  gap: 10px;
}
.text-image-section figure img {
  width: 100%;
}

.text-image-section .button-box {
  flex-wrap: wrap;
}

.text-image-section.image-right .row > div:first-child {
  order: 2;
}
.text-image-section.image-right .row > div:last-child {
  order: 1;
}

@media (max-width: 1199px) {
  .text-image-section .row {
    margin: 0 -1.5rem;
  }
  .text-image-section .row > div {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .text-image-section .row {
    gap: 4rem;
  }
  .text-image-section .row .text p {
    margin-bottom: 2.5rem;
  }
  .text-image-section .note {
    margin-top: 2.5rem;
  }
  .text-image-section .button-box {
    margin-top: 3rem;
  }
}/*# sourceMappingURL=text-image-section.css.map */
