﻿.environment-bnr {
  margin-top: 90px;
}

.environment-bnr > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.environment-bnr > ul > li:last-of-type {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .environment-bnr {
    margin-top: 50px;
  }
  .environment-bnr > ul {
    display: block;
    margin-top: 20px;
  }
  .environment-bnr > ul > li:last-of-type {
    margin: 20px 0 0;
  }
}
