/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
/* -------------- Blocks Header Category ----------------------- */
.mwp_category.color {
  background-color: #FFFFFF;
}
.mwp_category.color .btn-cta {
  background-color: #3ABE2F;
  color: #FFF;
}
.mwp_category.color1 {
  background-color: #EDF8EC;
}
.mwp_category.color1 .btn-cta {
  background-color: #3ABE2F;
  color: #FFF;
}

.mwp_category {
  padding: 10px;
}
.mwp_category__breadcrumbs {
  max-width: 1200px;
  margin: auto;
}
.mwp_category__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: transparent;
  padding: 30px 10px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mwp_category__container {
    gap: 35px;
    flex-direction: row;
    padding: 50px 30px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 976px) {
  .mwp_category__container {
    padding: 100px 10px 50px !important;
  }
}
.mwp_category__content {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 976px) {
  .mwp_category__content {
    align-items: flex-start !important;
    justify-content: center;
  }
}
@media screen and (min-width: 976px) {
  .mwp_category__content {
    width: 40% !important;
    gap: 35px !important;
    align-items: flex-start !important;
  }
}
.mwp_category__content .content__title h2 {
  font-size: 25px !important;
  line-height: 1.2 !important;
  text-align: center;
  letter-spacing: 0px;
  color: #061620;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mwp_category__content .content__title h2 {
    font-size: 30px !important;
    text-align: left;
  }
}
.mwp_category__description {
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 976px) {
  .mwp_category__description {
    width: 60%;
    text-align: left;
  }
}

/*# sourceMappingURL=header-category.css.map */
