section._mb,
div._mb {
  margin-bottom: 96px;
}

section._mt,
div._mt {
  margin-top: 96px;
}

section._pt,
div._pt {
  padding-top: 96px;
}

section._pb,
div._pb {
  padding-bottom: 96px;
}

@media (max-width: 1439.98px) {
  section._mb,
  div._mb {
    margin-bottom: 72px;
  }

  section._mt,
  div._mt {
    margin-top: 72px;
  }

  section._pt,
  div._pt {
    padding-top: 72px;
  }

  section._pb,
  div._pb {
    padding-bottom: 72px;
  }
}

@media (max-width: 767.98px) {
  section._mb,
  div._mb {
    margin-bottom: 56px;
  }

  section._mt,
  div._mt {
    margin-top: 56px;
  }

  section._pt,
  div._pt {
    padding-top: 56px;
  }

  section._pb,
  div._pb {
    padding-bottom: 56px;
  }
}

@media (max-width: 359.98px) {
  section._mb,
  div._mb {
    margin-bottom: 40px;
  }

  section._mt,
  div._mt {
    margin-top: 40px;
  }

  section._pt,
  div._pt {
    padding-top: 40px;
  }

  section._pb,
  div._pb {
    padding-bottom: 40px;
  }
}

.b_quota {
  text-align: center;
}

.b_quota .b_quota__title {
  margin-bottom: 49px;
  font-size: 32px;
  line-height: 125%;
  color: #333333;
}

.b_quota .b_quota__desc {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
}

@media (max-width: 768px) {
  .b_quota {
    /* padding-top: 40px; */
  }
  .b_quota .b_quota__title {
    font-size: 22px;
    line-height: 127%;
    margin-bottom: 20px;
  }
}

.m_categories__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-evenly;
}
.m_categories__item img {
  width: 604px;
  height: 337px;
}

@media (min-width: 1024px) {
  .m_categories__item {
    transition: all 0.3s ease 0s;
  }
  .m_categories__item:hover {
    transform: scale(.98);
  }
}

@media (max-width: 1024px) {
  .m_categories__item img {
    height: auto;
  }
}

.pm_logo__80 img {
  max-width: 80%;
}

.pm_logo__50 img {
  max-width: 50%;
}

.pm_logo__t25 {
  top: 25px;
}

.bf_prod-img__90 {
  max-width: 90%;
}