/*section ul {
    margin-left: 40px;
}*/
section{
    min-height: calc(100vh - 168px);
    padding: 100px 0;
    position: relative;
}
section > .btn{
    font-size: 20px;
    font-weight: 800;
    position: absolute;
    right: 15px;
    top: 20px;
}
section > .btn > *{
    display: inline-block;
    vertical-align: middle;
}
section .btn > * + *{
    margin-left: 8px;
}
section > .btn .fa{
    margin-top: 1px;
    font-weight: 800;
    line-height: 1.2;
}
section .section-tit{
    margin-bottom: 50px;
}
section h2{
    margin-top: 30px;
    color: #415464;
    font-weight: 700;
    font-size: 40px;
}
section h1 + h2{
    margin-top: 0;
}

@media(max-width: 767px){
    section{
        min-height: calc(100vh - 107px);
    }
    section h2{
        font-size: 32px;
    }
    section{    
        padding: 100px 0 55px 0;
    }
}
@media(max-width: 440px) {
    section h2{
        font-size: 28px;
    }
}