
#main-page-content{
    padding: 50px 0 20px 0;   
}

#main-page-content h2{
    display: table;
    color: #007579;
}

#main-page-content h2:after{
    background-color: #ec7200;
    margin: 12px 0 0 0;
    display: block;
    content: "";
    height: 6px;
    width: 70px;
}

#main-page-content .wrap{
    max-width: 1280px;
}

@media screen and (max-width: 680px) {
    #main-page-content h2{
        line-height: 42px;
        font-size: 34px;
    }

    #main-page-content h1 br,
    #main-page-content h2 br,
    #main-page-content h3 br{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #main-page-content .content .button{
        width: calc(100% - 80px);
        text-align: center;
        margin: 0 auto;
        display: table;
    }
}