.our_partners {
  padding: 64px 120px;
  display: flex;
  gap: 28px;
  background-color: #f5f9fa;
}
@media screen and (max-width: 992px) {
  .our_partners {
    padding: 64px 24px;
  }
}
.our_partners__title {
  padding-bottom: 12px;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
}
.our_partners__text {
  padding-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.our_partners__logo {
  align-self: center;
  text-align: center;
  padding-top: 32px;
}
@media screen and (max-width: 992px) {
  .our_partners__logo {
    align-self: center;
    text-align: center;
  }
}
.our_partners.theme-boxes .container {
  display: flex;
  flex-direction: column;
  row-gap: 72px;
}
.our_partners.theme-boxes .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.88px;
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .our_partners.theme-boxes .title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.our_partners.theme-boxes .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
.our_partners.theme-boxes .boxes-wrapper {
  column-gap: 2%;
  row-gap: 24px;
  justify-content: center;
}
.our_partners.theme-boxes .boxes-wrapper .box {
  width: 49%;
  padding: 20px;
  border: 1px solid #e2ecee;
  border-radius: 32px;
}
@media screen and (max-width: 992px) {
  .our_partners.theme-boxes .boxes-wrapper .box {
    width: 100%;
  }
}
.our_partners.theme-boxes .boxes-wrapper .box img {
  padding-bottom: 20px;
}
.our_partners.theme-boxes .boxes-wrapper .box .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.24px;
  padding-bottom: 12px;
}
.our_partners.theme-boxes .boxes-wrapper .box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
}

/*# sourceMappingURL=our_partners.css.map*/