.info-image-text {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.info-image-text .info-image-text__content {
  display: grid;
  gap: 35px;
  padding: 50px 16px 120px;
  width: 360px;
  margin: 0 auto;
}

.info-image-text .info-image-text__heading {
  display: none;
}

.info-image-text .info-image-text__title {
  position: relative;
}

.info-image-text .info-image-text__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 4px;
  background-color: #B7CADB;
  margin: 30px auto 0;
}

.info-image-text .info-image-text__title h2,
.info-image-text .info-image-text__title h3,
.info-image-text .info-image-text__title p {
  text-align: center;
  font-family: "Inter", serif, sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: -1.76px;
  line-height: 34px;
  margin: 0;
}

.info-image-text .info-image-text__description p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  line-height: 26px;
  margin: 0;
}

.info-image-text .info-image-text__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 43px;
  margin-top: 25px;
}

.info-image-text__wrapper .info-image-text__image {
  height: auto;
  width: 80px;
  object-fit: contain;
  transition: transform 350ms cubic-bezier(0.4,0,0.2,1);
  transform: scale(1);
}
.info-image-text__wrapper .info-image-text__image:hover {
  transform: scale(1.25);
}

@media only screen and (min-width: 768px) {
  .info-image-text .info-image-text__content {
    padding: 60px 0 120px;
    width: 582px;
  }
  .info-image-text .info-image-text__heading {
    display: flex;
    -webkit-text-stroke: 1px #555;
    color: transparent;
    font-family: "Inter", serif, sans-serif;
    font-size: 162px;
    font-weight: 700;
    letter-spacing: 8px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    opacity: 0.1;
    top: 24px;
    left: -30px;
  }
  .info-image-text .info-image-text__title h2,
  .info-image-text .info-image-text__title h3,
  .info-image-text .info-image-text__title p {
    font-size: 62px;
    letter-spacing: -2.48px;
    line-height: 52px;
  }
  .info-image-text .info-image-text__description p {
    font-size: 18px;
    letter-spacing: -0.54px;
    line-height: 28px;
  }
  .info-image-text .info-image-text__wrapper {
    gap: 40px 89px;
  }
}

@media only screen and (min-width: 1024px) {
  .info-image-text .info-image-text__content {
    width: 645px;
  }
  .info-image-text .info-image-text__heading {
    font-size: 218px;
    top: 0;
  }
  .info-image-text .info-image-text__title h2,
  .info-image-text .info-image-text__title h3,
  .info-image-text .info-image-text__title p {
    font-size: 70px;
    letter-spacing: -1.4px;
    line-height: 56px;
  }
}

@media only screen and (min-width: 1366px) {
  .info-image-text .info-image-text__heading {
    font-size: 290px;
    top: -32px;
  }
}

@media only screen and (min-width: 1920px) {
  .info-image-text .info-image-text__content {
    padding: 110px 0;
    width: 790px;
  }
  .info-image-text .info-image-text__heading {
    font-size: 300px;
    top: -12px;
  }
  .info-image-text .info-image-text__title h2,
  .info-image-text .info-image-text__title h3,
  .info-image-text .info-image-text__title p {
    font-size: 80px;
    letter-spacing: -1.6px;
    line-height: 63px;
  }
  .info-image-text .info-image-text__description p {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 30px;
  }
}
