.new-section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.new-section h2{
  font-size: 46px;
  line-height: 1.325;
  color: #414141;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.new-section p{
  margin-bottom: 32px;
  line-height: 1.625;
  font-size: 16px;
  letter-spacing: 0;
  color: #202124;
  padding: 0 20%;
  text-align: center;
}
.new-section img{
  width: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: inline-block;
}
.new-section hr{
  max-width: 750px;
  margin: 70px auto 0;
}

@media only screen and (max-width: 600px) {
  .new-section{
    padding-bottom: 20px;
  }
  .new-section h2{
    font-size: 30px;
  }
  .new-section p{
    padding: 0;
  }
  .new-section img{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .new-section hr {
    margin: 35px auto 0;
  }
}