section.reprise .row-garage {
    padding-top: 65px;
}

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

/*
section.reprise h1, section.reprise h2{
    font-weight: 500;
    font-size: 25px;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}
section.reprise h1::after, section.reprise h2::after{
    background-color:#c11828;
    content: "";
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 100%;
    height: 3px;
}
*/

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;
    }
    /*
    section.reprise h1, section.reprise h2{
        font-size: 22px;
    }
    */
    /*
    section.reprise h1::after, section.reprise h2::after{
        height: 2px;
    }
    */
}