.documents__module .doc__desc {
    color: #596C7A;
    font-size: 14px;
}

.documents__module .doc__desc a {
    color: #596C7A;
    font-weight: bold;
    text-decoration: underline;
}

.documents__module .hero__with-icon {
    margin: 36px 0 0;
}

html body > .wrap .content iframe{
    width:100%;
    min-height:1000px;
}

@media (max-width:767px){
    html body > .wrap .content .pdf-block,
    html body > .wrap .content iframe{
        width:95%;
    }
    html body > .wrap .content .h1 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 45px;
    }
}