@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Inter&family=Shrikhand&display=swap");
html body main .newsletter {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
html body main .newsletter h4 {
  margin: 0;
}
@media (min-width: 600px) {
  html body main .newsletter {
    flex-direction: row;
    gap: 10px;
    text-align: center;
    width: 80%;
  }
}
html body main .offers div .caption .title {
  font-size: 25px;
  text-transform: uppercase;
}
html body main .offers div img {
  width: 100%;
  height: 75%;
}
html body main div.top-rated div.row > .col div.card {
  height: 300px !important;
  background-size: cover;
  background-blend-mode: overlay;
}
@media (max-width: 600px) {
  html body main div.top-rated div.row > .col div.card div {
    flex-direction: column;
  }
}
html body main div.top-rated div.row > .col div.card span.ratings svg {
  color: #d7942d;
}
html body main div.top-rated div.row > .col div.card span.source {
  color: #FAF3E0;
}
html body main div.top-rated div.row > .col div.card span.source a {
  color: #FAF3E0;
}
html body main div.top-rated div.row > .col:nth-child(1) div.card {
  background-blend-mode: normal;
}
html body main div.top-rated div.row > .col:nth-child(1) div.card span.source {
  color: #FAF3E0;
}
html body main div.top-rated div.row > .col:nth-child(1) div.card span.source a {
  color: #FAF3E0;
}/*# sourceMappingURL=bs1-home.css.map */