.achievements-area {
  padding: 60px 0 30px 0;
}
.partners-area--new .text {
  padding-top: 15px;
}
.partners-area {
  padding: 0 0 60px 0;
}

.achievements-area .heading,
.product-info2 .heading {
  font-size: 36px;
  line-height: 44px;
  color: #101010;
}
.heading--bold {
  font-family: "Montserrat Medium", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 500; 
}

.achivements-item {
  text-align: center;
  margin-bottom: 30px; }
  .achivements-item__name {
    font-size: 14px;
    line-height: 20px;
    color: #707070; }

.achivements-item__name--link {
  color: #0088d3; }

.separate {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 1px;
  border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to right, rgba(218, 218, 218, 0), #dadada 24%, #dadada 76%, rgba(218, 218, 218, 0));
  border-image-slice: 1; }

.partner-section img {
  margin: 0 auto; }

@media(max-width: 767px) {
  .separate {
    width: 100%;
  }
}  