.main-description-container {
    text-align: center;
    padding-top: 40px;
}
.main-description-container .main-description-full {
    display: none;
    max-height: 300px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.main-description-next {
    text-decoration: underline;
}
.main-description-container h1 {
    color: black;
    font-family: 'Roboto',sans-serif;
    font-size: 3.4rem;
    line-height: 3.6rem;
    border: 0 solid white;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.main-description-container h1:after {
    content: ' ';
    position: absolute;
    display: block;
    background-image: url(../../../../themes/usineonline/img/theme2019/separator.png);
    width: 82px;
    height: 6px;
    bottom: -15px;
    bottom: -1.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.main-description-container h2 {
    font-size: 3rem;
    color: #7B7A7A;
    line-height: 3.2rem;
    border: 0 solid white;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 5px;
    padding-bottom: 15px;
}
.main-description-container h3 {
    font-size: 2.4rem;
    color: #7B7A7A;
    line-height: 2.6rem;
    border: 0 solid white;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin: 20px 0 0;
    padding-bottom: 15px;
    text-decoration: underline;
}