#features .section-header {
  margin-top: 33px;
}

#features .section-header h2.title {
  background: url(../img/line.png) bottom left no-repeat;
  background-size: 85% 2px;
}

@media screen and (max-width: 1200px) {
  #features .section-header {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
  }

  #features .section-header h2.title {
    background: url(../img/line.png) bottom center no-repeat;
    background-size: 85% 2px;
  }
}

#features .feature-box {
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  align-items: center;
}

#features .feature-box img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

#features .feature-box h3 {
  color: #ffffff;
  font-family: SVN-Gilroy;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}

#features .feature-box p {
  font-family: SVN-Gilroy;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #features .section-header {
    margin-top: 20px;
  }

  #features .feature-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  #features .feature-box img {
    width: 40px;

    height: 40px;

    margin-right: 15px;
  }
}