section.reprise{
    padding-bottom: 100px;
}
section.reprise .expl{
    line-height: 28px;
}

section.reprise h2{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
    /*color: #39adc6;*/
}
section.reprise h2.title_second {
    padding-top: 35px;
}

@media (max-width: 767px){
    section.reprise h3.s_title{
      font-size: 20px;
    }
}
@media (max-width: 575px){
    section.reprise{
        padding-bottom: 30px;
    }
}