.evenly_centered {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -ms-box-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.adv_point {
  min-width: 33.3%;
}

.adv_point a:hover {
  text-decoration: none;
}

.adv_point h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1px;
  text-align: left;
  color: #f5f5f5;
  text-transform: uppercase;
}

.adv_point p {
  font-size: 18px;
  font-weight: 100;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
  max-width: 80%;
}

.adv_point .slogan {
  width: 45%;
  margin: 4% 5% 0px 0px;
}

.adv_point .picture {
  width: 40%;
  margin: 2% 5% 1%;
}

.adv_point .picture img {
  max-width: 100%;
}

.section-image-main {
  background: #ffffff;
}

@media only screen and (max-width: 1460px) {
  .adv_point .picture {
    width: 35%;
    margin: 2% 5% 1%;
  }

  .adv_point .slogan {
    width: 50%;
    margin: 4% 5% 0px 0px;
  }
}

@media only screen and (max-width: 1385px) {
  .adv_point p {
    font-size: 14px;
  }

  .adv_point h3 {
    font-size: 18px;
    max-width: 90%;
  }

  .adv_point .slogan {
    margin: 1% 5% 0px 0px;
  }

  .adv_point .picture {
    width: 30%;
    margin: 3% 9% 2% 6%;
  }
}

@media only screen and (max-width: 1140px) {
  .adv_point .picture {
    width: 30%;
    margin: 2% 8% 2% 6%;
  }

  .adv_point .slogan {
    margin: 0px 4% 3% 0px;
    width: 52%;
  }

  .adv_point h3 {
    margin-top: 8%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 998px) {
  .adv_point h3 {
    font-size: 14px;
    line-height: 1.14;
  }

  .adv_point p {
    display: none;
  }

  .adv_point .slogan {
    margin: auto 12% auto 1%;
    width: 43%;
  }

  .adv_point .picture {
    width: 25%;
    margin: 1% 10% 1% 9%;
  }
}

@media only screen and (max-width: 920px) {
  .adv_point .slogan {
    margin: auto 12% auto 0px;
    width: 50%;
  }

  .adv_point .picture {
    width: 23%;
    margin: auto 7% auto 9%;
  }

  .adv_point {
    min-height: 73px;
  }
}

@media only screen and (max-width: 810px) {
  .adv_point .slogan {
    margin: auto 7% auto 0px;
    width: 55%;
  }
}

@media only screen and (max-width: 767px) {
  .advantages .evenly_centered {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  .advantages .evenly_centered :nth-child(2) {
    margin: 0px 1.6%;
  }

  .advantages .adv_point.evenly_centered {
    width: 31%;
    border-radius: 5px;
    text-align: center;
    min-height: 140px;
    max-height: 140px;
  }

  .adv_point a:hover {
    text-decoration: none;
  }

  .adv_point h3,
  .adv_point a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: left;
    color: #f5f5f5;
    text-transform: uppercase;
    text-align: center;
  }

  .adv_point h3 {
    margin: 0px 20%;
  }

  .adv_point .picture,
  .adv_point .slogan {
    width: 100%;
    margin: 0px;
    text-align: center;
  }

  .advantages .evenly_centered .adv_point :nth-child(2) {
    margin: 0px;
  }

  .adv_point .picture {
    height: 50%;
    margin: 10px auto 15px;
  }

  .adv_point.evenly_centered {
    display: block;
  }

  .adv_point .picture img {
    max-height: 100%;
    width: auto;
  }

  .advantages.center_options {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 15%;
  }
}

@media only screen and (max-width: 600px) {
  .advantages .adv_point.evenly_centered {
    min-width: 31%;
    max-height: 130px;
  }

  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 10%;
  }
}

@media only screen and (max-width: 530px) {
  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 5%;
  }

  .advantages .evenly_centered .adv_point {
    max-height: 130px;
  }
}

@media only screen and (max-width:460px) {
  .advantages .evenly_centered :nth-child(2) {
    margin: 0px 2%;
  }

  .advantages .evenly_centered .adv_point {
    width: 30.5%;
  }

  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 10%;
  }

  .advantages .evenly_centered .adv_point {
    max-height: 100px;
    min-height: 100px;
  }

  .advantages .evenly_centered .adv_point h3,
  .advantages .evenly_centered .adv_point a {
    font-size: 10px;
    line-height: 12px;
  }

  .advantages .evenly_centered .adv_point .picture {
    margin: 8px 0px 4px;
  }
}

@media only screen and (max-width:380px) {
  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 5%;
  }
}

@media only screen and (max-width:340px) {
  .advantages .evenly_centered .adv_point h3 {
    margin: 0px 2%;
  }
}