.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  width: 130px;
  padding: 5px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  text-align: center;
}

.flex-item img {
  max-width: 100%;
}

.partners {
  line-height: 1.15;
  color: #323232;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 0px;
}

.partner__name {
  color: #212529;
  text-decoration: none;
}

.partner__name:hover {
  color: #000000;
  text-decoration: none;
}

a.partner {
  text-decoration: none;
}

.partner {
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    width: 16.66667%;
/*     padding: 0 10px; */
    min-width: 140px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.partner img {
  height: 100px;
}

.partner__image {
    filter: grayscale(100%);
    opacity: .5;
    transition: all .3s ease;
    margin-bottom: 10px;
}

.partner__image:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: all .3s ease;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

#next {
    display: inline-block;
    padding: 24px 52px;
    width: auto;
    height: auto;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    transition: .4s ease background-color;
}

#next:hover {

}

.buytitle {
    margin-bottom: 70px;
    color: #ffffff;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
}

.mdw {
  max-width: 1200px;
}