* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item {
  width: 25%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

@media only screen and (max-width: 1799px) {
  .item {
    height: 300px;
  }
}

@media only screen and (max-width: 1279px) {
  .item {
    height: 200px;
  }
}

@media only screen and (max-width: 1023px) {
  .item {
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .item {
    width: 50%;
  }
}

.item-logo,
.item-1,
.item-4,
.item-7 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .item-logo,
  .item-1,
  .item-4,
  .item-7 {
    width: 100%;
  }
}

.item-logo {
  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: 20px 6%;
}

@media only screen and (max-width: 767px) {
  .item-logo {
    padding: 20px 30%;
  }
}

@media only screen and (max-width: 569px) {
  .item-logo {
    padding: 20px 22%;
  }
}

@media only screen and (max-width: 415px) {
  .item-logo {
    padding: 20px 9%;
  }
}

.item-logo__inner {
  color: #ED1C24;
}

.item-logo__inner img {
  width: 100%;
}

.item-logo__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Arial', sans-serif;
  text-align: center;
  font-size: 17px;
  margin-top: 5px;
}

@media only screen and (max-width: 1899px) {
  .item-logo__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1799px) {
  .item-logo__text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1699px) {
  .item-logo__text {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1399px) {
  .item-logo__text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1365px) {
  .item-logo__text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1279px) {
  .item-logo__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .item-logo__text {
    font-size: 12px;
  }
}

span {
  line-height: 1.5;
  width: 100%;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.item-1 {
  background-position: center bottom;
}

@media only screen and (max-width: 767px) {
  .item-6,
  .item-green,
  .item-lblue {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .item-2,
  .item-3,
  .item-4 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.item-6 {
  background-position: right center;
}

.item-4,
.item-6 {
  height: 700px;
}

@media only screen and (max-width: 1799px) {
  .item-4,
  .item-6 {
    height: 600px;
  }
}

@media only screen and (max-width: 1279px) {
  .item-4,
  .item-6 {
    height: 400px;
  }
}

@media only screen and (max-width: 1023px) {
  .item-4,
  .item-6 {
    height: 300px;
  }
}