
.additional-text-type-2 {
  margin-bottom: 30px;
}
.additional-text-type-2-title {
  font-size: 32px;
  margin-bottom: 26px;
}
.advantages-type-2-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 31px;
}
.advantages-type-2-title {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.advantages-type-2-img {
    border-radius: 50%;
    min-width: 48px;
    display: flex;
    padding-top: 5px;
}
.advantages-type-2-img  img{
  margin: auto;
}
.advantages-type-2-desc {
  margin-left: 30px;
}
.additional-text-type-2 {
  overflow: hidden;
}
.additional-text-type-2-img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.advantages-type-2-desc p{
  margin-bottom: 0;
  line-height: 20px;
  color: #949494;
  font-size: 14px;
  font-weight: 300;
}
.advantages{
  padding-left: 37px;
  padding-top: 2px;
  padding-right: 10px;
}
.additional-text-type-2 p {
  margin-bottom: 26px;
  letter-spacing: -0.1px;
}
.item-ico {
  width: 32px;
  height: 32px;
}
.additional-text-wrapper{
  display: flex;
  justify-content: space-between;
}
.additional-text-wrapper .col-lg-6{
  padding-left: 0;
}
.additional-text-wrapper .col-lg-5{
  padding-right: 41px;
  margin-right: 16px;
  padding-top: 3px;
}
.additional-text-type-2 ul{
  margin-left: 15px;
}
.additional-text-type-2 ul li{
  line-height: 31px;
}
div.advantages-type-2-img{
  background: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .additional-text-wrapper .col-lg-5 {
      padding-right: 0; 
  }
  .additional-text-type-2 p {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .additional-text-wrapper {
    flex-direction: column;
  }
  .additional-text-type-2 p{
    margin-bottom: 9px;
  }
  .advantages{
    padding: 0; 
  }
}