.info-blocks {
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .info-blocks {
    padding: 0 20px;
  }
}
.info-blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  z-index: -1;
}
.info-blocks__content {
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
}
.info-blocks__title {
  font-size: 50px;
  line-height: 65px;
  font-family: Augustus-Black, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .info-blocks__title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.info-blocks__description {
  font-size: 32px;
  line-height: 52px;
  margin: 0 auto 40px;
  font-family: Brown-Bold, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .info-blocks__description {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.info-blocks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .info-blocks__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
}
.info-block {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 19px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  backdrop-filter: blur(5px);
  transition: transform 0.3s ease;
  position: relative;
  border: 3px solid transparent;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .info-block {
    padding: 8px 3px 9px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.info-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 22px;
  padding: 3px;
  background: linear-gradient(
    96.03deg,
    rgba(255, 255, 255, 0.09) 10.18%,
    rgba(255, 255, 255, 0.6) 50.11%,
    rgba(255, 255, 255, 0.09) 90.18%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.info-block__icon {
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .info-block__icon {
    width: 43px;
    height: 43px;
    margin-bottom: 9.04px;
  }
}
.info-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-block__text {
  text-align: center;
}
.info-block__text h3 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 900;
  color: #fff;
  margin: auto;
  font-family: Augustus-Black, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .info-block__text h3 {
    font-size: 12px;
    line-height: 14px;
  }
}
.info-block__text h3 p {
  margin: 0;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.info-blocks__container {
  position: relative;
  padding: 100px 60px;
  margin-top: 100px;
  background: rgba(136, 101, 144, 0.98);
  max-width: 1320px;
  border-radius: 36px;
  border: 2.5px solid transparent;
  background-clip: padding-box;
  isolation: isolate;
}
@media (max-width: 768px) {
  .info-blocks__container {
    padding: 20px 23px;
    margin-top: 0;
  }
}
.info-blocks__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 32px;
  padding: 2px;
  background: linear-gradient(
    106.8deg,
    rgba(255, 255, 255, 0.8) 9.19%,
    rgba(255, 255, 255, 0) 51.44%,
    rgba(255, 255, 255, 0.8) 91.1%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.info-blocks__container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 36px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 22px 60px -3px rgba(11, 7, 1, 0.22);
  z-index: -1;
  pointer-events: none;
}
.info-blocks-new-section {
  position: relative;
  z-index: 101;
  padding-top: 0px;
}
@media (max-width: 768px) {
  .info-blocks-new-section {
    padding-top: 0;
  }
}
@media screen and (max-height: 880px) and (max-width: 1024px) {
  .info-blocks-new-section {
    padding-top: 30px;
  }
}
