@media only screen and (max-width: 990px) {
    .title{
        height: 55px;
    }
    .items-services{
        height: 100px;
    }
    .document-name{
        height: 32px !important;
    }
}
@media only screen and (max-width: 767px) {
    .document{
        width: 50%;
        margin: auto !important;
        margin-bottom: 24px !important;
    }
}
@media only screen and (max-width: 576px) {
    title{
        height: auto;
    }
    .document{
        width: 60%;
        margin: auto !important;
        margin-bottom: 24px !important;
    }
    .download-btn{
        height: 30px;
        width: 30px;
    }
}