.site-header {
  position: relative;
  height: auto !important;
}

/*---ratings------*/
.rating-section {
  background: linear-gradient(180deg, rgba(0, 155, 201, 0.1) 0%, rgba(30, 38, 114, 0.1) 100%);
}
.rating-section .subtitle p {
  font-weight: 600;
  font-size: 16px;
  color: #212121;
  font-family: "Poppins", sans-serif;
}
.rating-section h4 {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 24px;
  color: #212121 !important;
}
.rating-section h4 + div {
  font-size: 14px;
}
.rating-section .stars-active {
  display: flex;
  gap: 2px;
  margin: 5px 0;
}
.rating-section p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #3d4954;
  opacity: 0.8;
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 35px !important;
  }
  h2 {
    font-size: 25px !important;
    line-height: 30px !important;
  }
  h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
}

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