.Banner2ColumnsInfo {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: row nowrap;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo {
    flex-wrap: wrap;
    margin-bottom: 17px;
  }
}
.Banner2ColumnsInfo_single {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column;
  border: 1px solid var(--mainColor--black);
  background-color: #DFDFDF;
  text-decoration: none !important;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single {
    flex-basis: 100%;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .Banner2ColumnsInfo_single:first-of-type {
    border-right: unset;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .Banner2ColumnsInfo_single:first-of-type {
    border-right: unset;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single:last-of-type {
    margin-bottom: 8px;
  }
}
.Banner2ColumnsInfo_single-header {
  padding: 32px 0 15px 35px;
  background-color: #fff;
  font-family: 'neue-haas-grotesk-display', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single-header {
    padding: var(--widgetBlock_innneBlock-paddings--mobile);
    order: 1;
  }
}
.Banner2ColumnsInfo_single-header-title {
  color: var(--mainColor--black);
  display: block;
  font-size: 55px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single-header-title {
    font-size: 30px !important;
  }
}
.Banner2ColumnsInfo_single-header-subTitle {
  color: var(--mainColor--black);
  display: block;
  font-size: 26px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single-header-subTitle {
    font-size: 14px !important;
  }
}
.Banner2ColumnsInfo_single-content {
  background-color: #DFDFDF;
  color: var(--mainColor--black);
  font-size: 16px;
  line-height: 1.1875;
  padding: 32px 105px 47px 35px;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single-content {
    padding: var(--widgetBlock_innneBlock-paddings--mobile);
    font-size: 15px !important;
    order: 2;
    line-height: 1.375;
  }
}
.Banner2ColumnsInfo_single-img {
  position: relative;
  width: 100%;
  flex: 1 1 10%;
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .Banner2ColumnsInfo_single-img {
    order: 0;
  }
}
.Banner2ColumnsInfo_single-img--sizer {
  height: 0;
  padding-top: 78.52161785216178%;
}
.Banner2ColumnsInfo_single-img-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.Banner2ColumnsInfo_single-img-video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
