.reviews__carousel .owl-stage {
  display: flex;
}

.reviews__carousel .owl-item {
  min-width: 395px;
  height: 480px;
}

.reviews {
  background-color: #fff;
}
.reviews__wrapper {
  background-color: #f0f6ff;
  padding: 64px;
  border-radius: 56px 56px 0 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .reviews__carousel .owl-item {
    min-width: unset;
    height: unset;
  }
  .reviews__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .reviews__wrapper {
    padding: 25px;
  }
}
.reviews__item {
  border-radius: 24px;
  background: #fff;
  padding: 70px 20px 30px 30px;
  position: relative;
  height: 100%;
}
.reviews__stars {
  display: flex;
  position: absolute;
  right: 26px;
  top: 20px;
  z-index: 555;
}
.reviews__stars img {
  width: 24px !important;
  height: auto;
}
.reviews__right {
  width: 66%;
}
@media (max-width: 1400px) {
  .reviews__right {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .reviews__right {
    width: 100%;
  }
}
.reviews__left {
  padding-right: 50px;
}
@media (max-width: 1024px) {
  .reviews__left {
    padding-right: 0;
  }
}
.reviews__left a {
  color: #fff;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border-radius: 10px;
  background: #1e3a5e;
  padding: 15px 30px;
  opacity: 0.9;
}
.reviews__left a:hover {
  opacity: 1;
}
.reviews__logo {
  width: 44px !important;
  height: auto;
  position: absolute;
  left: 20px;
  top: 10px;
}
.reviews__text {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews__name {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 40px;
}
.reviews h2 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 86px;
}
.reviews h3 {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.reviews p {
  color: #1e3a5e;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 80px;
}
.reviews .owl-nav {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 55;
  display: flex;
  gap: 20px;
}
.reviews .reviews__carousel {
  padding-top: 157px;
}/*# sourceMappingURL=style.css.map */