.threecolumnsbox {
  padding: 120px 0;
}
.threecolumnsbox__head .section-title {
  margin-bottom: 64px;
}
.threecolumnsbox__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .threecolumnsbox__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .threecolumnsbox__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.threecolumnsbox__col picture {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-width: 245px;
  max-height: 245px;
  overflow: hidden;
  margin-bottom: 20px;
}
.threecolumnsbox__col picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.threecolumnsbox__col p.p1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: var(--highlight);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.threecolumnsbox__col a.link-button {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .threecolumnsbox {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .threecolumnsbox {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .threecolumnsbox {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=3columnstext-section.css.map */
