/*--------------------- Mixins -----------------------*/
#in202504 .p-bestSellers__item {
  grid-template-rows: subgrid;
  grid-row: span 2;
}
#in202504 .p-services__flexBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__flexBox {
    flex-direction: column-reverse;
    margin-top: 3em;
  }
}
#in202504 .p-services__flexBox--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__flexBox--reverse {
    flex-direction: column-reverse;
  }
}
#in202504 .p-services__text {
  width: 50%;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__text {
    width: 100%;
  }
}
#in202504 .p-services__title {
  color: #008833;
  font-weight: 500;
  font-size: 2em;
}
#in202504 .p-services__desc {
  margin-top: 1.75em;
}
#in202504 .p-services__link {
  margin-top: 2em;
}
#in202504 .p-services__link a {
  padding-left: 2.5em;
  padding-right: 2.5em;
  min-width: 235px;
}
#in202504 .p-services__link a:first-of-type {
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__link a:first-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__link a {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em;
    display: block;
  }
}
#in202504 .p-services__img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #in202504 .p-services__img {
    width: 100%;
  }
}
#in202504 .p-how-to__text {
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  #in202504 .p-how-to__text {
    min-height: 125px;
  }
}
#in202504 .p-how-to__button {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #in202504 .p-instagram__title {
    font-size: 1.8em;
  }
}
#in202504 .p-instagram__icon {
  width: 1em;
  display: inline-block;
  margin-right: 0.25em;
}
#in202504 .p-instagram__icon img {
  width: 100%;
  vertical-align: middle;
}
#in202504 .p-instagram__button {
  margin-top: 3em;
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=top202504.css.map */