.trusted__content {
  display: flex;
  flex-flow: column;
  gap: 64px;
  align-items: center;
}
.trusted__head {
  display: flex;
  flex-flow: column;
  gap: 24px;
  align-items: center;
}
.trusted__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 72px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -4%;
  text-align: center;
  color: #080e29;
  max-width: 814px;
}
.trusted__subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #727272;
}
.trusted__subtitle a {
  color: #257FFC;
}
.trusted__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.trusted__item {
  height: 182px;
  width: calc((100% - 60px) / 4);
  border: 1px solid #e4e4e4;
  background: #fbfbfb;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #727272;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .trusted__content {
    gap: 30px;
  }
  .trusted__head {
    gap: 16px;
  }
  .trusted__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 80%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #080E29;
    max-width: 530px;
  }
  .trusted__body {
    gap: 8px;
  }
  .trusted__item {
    height: 140px;
  }
  .trusted__item img {
    width: 48px;
    height: 48px;
  }
  .trusted__item p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.022em;
    color: rgba(11, 26, 64, 0.64);
  }
}
@media (max-width: 767px) {
  .trusted__content {
    gap: 24px;
  }
  .trusted__head {
    gap: 16px;
  }
  .trusted__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -2%;
    text-align: center;
  }
  .trusted__subtitle {
    font-family: Montserrat;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -2.2%;
    text-align: center;
  }
  .trusted__body {
    gap: 8px;
  }
  .trusted__item {
    width: calc((100% - 8px) / 2);
    height: 140px;
    padding: 24px 0;
    gap: 14px;
  }
  .trusted__item img {
    width: 48px;
    height: 48px;
  }
  .trusted__item p {
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */