.b-columns {
  color: #555;
}

.b-columns-description {
  font-size: 18px;
  line-height: 25px;
  margin: 35px 0;
}

.b-columns__item {
  position: relative;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 18px;
  border-top: 1px solid transparent;
}

.b-columns__item h2 {
  font-size: 34px;
  line-height: 48px;
  margin: 0 0 25px;
}

.b-columns__item-image {
  min-height: 360px;
}

@media screen and (max-width: 768px) {
  .b-columns__item-image {
    position: static !important;
    height: 220px !important;
  }
}

.b-columns__item-text {
  position: relative;
  z-index: 10;
}

.b-columns__item--quality h2 {
  color: #555;
}

.b-columns__item--quality .b-columns__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 450px;
}

.b-columns__item--quality .b-columns__item-text {
  width: 370px;
  min-height: 430px;
  margin: 50px 0 0 50px;
  padding: 25px 40px;
  background-color: #e4e3de;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .b-columns__item--quality .b-columns__item-text {
    padding: 30px 60px !important;
  }
}

@media screen and (max-width: 499px) {
  .b-columns__item--quality .b-columns__item-text {
    padding: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .b-columns__item--quality .b-columns__item-text {
    width: 100%;
    min-height: auto;
    margin: 0;
  }
}

.b-columns__item--innovations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .b-columns__item--innovations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-columns__item--innovations .b-columns__item-text,
.b-columns__item--innovations .b-columns__item-image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .b-columns__item--innovations .b-columns__item-text,
  .b-columns__item--innovations .b-columns__item-image {
    width: 100%;
  }
}

.b-columns__item--innovations h2 {
  color: #fff;
}

.b-columns__item--innovations .b-columns__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.b-columns__item--innovations .b-columns__item-text {
  padding: 50px;
  background-color: #003349;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .b-columns__item--innovations .b-columns__item-text {
    padding: 30px 60px !important;
  }
}

@media screen and (max-width: 499px) {
  .b-columns__item--innovations .b-columns__item-text {
    padding: 30px !important;
  }
}

.b-columns__item--assortment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .b-columns__item--assortment {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-columns__item--assortment .b-columns__item-text,
.b-columns__item--assortment .b-columns__item-image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .b-columns__item--assortment .b-columns__item-text,
  .b-columns__item--assortment .b-columns__item-image {
    width: 100%;
  }
}

.b-columns__item--assortment h2 {
  color: #555;
}

.b-columns__item--assortment .b-columns__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .b-columns__item--assortment .b-columns__item-text {
    display: block;
  }
}

.b-columns__item--assortment .b-columns__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .b-columns__item--assortment .b-columns__item-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.b-columns__item--assortment .b-columns__item-text-border {
  width: 370px;
  max-width: 80%;
  border: 3px solid #555;
  padding: 30px 40px;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .b-columns__item--assortment .b-columns__item-text-border {
    padding: 30px 60px !important;
  }
}

@media screen and (max-width: 499px) {
  .b-columns__item--assortment .b-columns__item-text-border {
    padding: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .b-columns__item--assortment .b-columns__item-text-border {
    width: 100%;
    max-width: none;
    border: none;
    background-color: #f5f3f2;
  }
}

.b-columns__item--competitive_price {
  color: #fff;
}

.b-columns__item--competitive_price::after {
  display: block;
  content: '';
  clear: both;
}

.b-columns__item--competitive_price h2 {
  color: #fff;
  line-height: 38px;
}

.b-columns__item--competitive_price .b-columns__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.b-columns__item--competitive_price .b-columns__item-text {
  width: 370px;
  min-height: 320px;
  margin: 70px 50px 0 0;
  background-color: #c94d53;
  float: right;
  padding: 50px;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .b-columns__item--competitive_price .b-columns__item-text {
    padding: 30px 60px !important;
  }
}

@media screen and (max-width: 499px) {
  .b-columns__item--competitive_price .b-columns__item-text {
    padding: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .b-columns__item--competitive_price .b-columns__item-text {
    width: 100%;
    min-height: auto;
    margin: 0;
    float: none;
  }
}

.b-columns__item--people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .b-columns__item--people {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.b-columns__item--people .b-columns__item-text,
.b-columns__item--people .b-columns__item-image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .b-columns__item--people .b-columns__item-text,
  .b-columns__item--people .b-columns__item-image {
    width: 100%;
  }
}

.b-columns__item--people h2 {
  color: #fff;
}

.b-columns__item--people .b-columns__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .b-columns__item--people .b-columns__item-image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.b-columns__item--people .b-columns__item-text {
  background-color: #003349;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px;
}

@media screen and (min-width: 500px) and (max-width: 768px) {
  .b-columns__item--people .b-columns__item-text {
    padding: 30px 60px !important;
  }
}

@media screen and (max-width: 499px) {
  .b-columns__item--people .b-columns__item-text {
    padding: 30px !important;
  }
}
