.field--name-field-landingspage-products {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 25px;
}

.field--name-field-landingspage-products .field--name-field-main-image {
  min-height: 150px;
  margin-bottom: 1.12em;
}

.field--name-field-landingspage-products .field--name-field-main-image img {
  max-height: 150px;
  width: auto;
}

.field--name-field-landingspage-products h2 {
  font-size: 23px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 10px 0 5px;
  line-height: 22px;
  margin-bottom: 0;
}

.field--name-field-landingspage-products .field--name-field-slogan a {
  font-family: "Roboto Condensed", Geneva, Tahoma, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #999;
  font-weight: 500;
}

.field--name-field-landingspage-products > .field__item {
  width: 100%;
  float: left;
  min-height: 250px;
  padding-top: 40px;
}

@media (min-width: 480px) {
  .field--name-field-landingspage-products > .field__item {
    width: 48%;
    margin-right: 4%;
  }
  .field--name-field-landingspage-products > .field__item:nth-child(2n+2) {
    margin-right: 0%;
  }
}

@media (min-width: 768px) {
  .field--name-field-landingspage-products > .field__item {
    width: 30.666%;
    margin-right: 4%;
  }
  .field--name-field-landingspage-products > .field__item:nth-child(2n+2) {
    margin-right: 4%;
  }
  .field--name-field-landingspage-products > .field__item:nth-child(3n+3) {
    margin-right: 0%;
  }
}

