.reviews-banners {
  display: flex;
}
.reviews-banners .avp {
  background: linear-gradient(89.49deg, #EDF8EB 17.32%, #EBFFE7 46.79%, #FFFFFF 71.14%, #F4FFE8 88.28%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  height: 150px;
  font-family: "Arial";
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.reviews-banners .avp__box {
  display: flex;
}
.reviews-banners .avp__box--content {
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  justify-content: center;
  gap: 14px;
}
.reviews-banners .avp__box--text {
  flex-direction: column;
  max-width: 285px;
  text-align: center;
}
.reviews-banners .avp__img {
  height: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.reviews-banners .avp__title {
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #000000;
  margin-bottom: 14px;
}
.reviews-banners .avp__subtitle {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #000000;
}
.reviews-banners .avp__btn {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  min-width: 115px;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  background-color: #69B42E;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  min-height: 30px;
}
@media screen and (min-width: 480px) {
  .reviews-banners .avp__title {
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
  }
  .reviews-banners .avp__btn {
    align-self: flex-start;
    min-height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .reviews-banners .avp__box--content {
    flex-direction: row;
    gap: 0;
    justify-content: space-evenly;
  }
  .reviews-banners .avp__box--text {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */