.banner2Columns {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .banner2Columns {
    flex-flow: column;
  }
}
.banner2Columns_single {
  flex: 0 0 50%;
  display: block;
  border: 1px solid var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .banner2Columns_single {
    flex-basis: 100%;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner2Columns_single:first-of-type {
    border-right: unset;
  }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
  .banner2Columns_single:first-of-type {
    border-right: unset;
  }
}
.banner2Columns_single-img__wrapper {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 78.521%;
  position: relative;
}
.banner2Columns_single-img__wrapper--img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner2Columns_single-title {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.22;
  padding: 0.944em 0;
  text-align: center;
  color: var(--mainColor--black);
}
@media only screen and (max-width: 768px) {
  .banner2Columns_single-title {
    font-size: 15px !important;
    padding: 1em 0.66666em;
  }
}
.five_menu .mt_newProducts__box--item {
  flex: 0 0 20%!important;
}
