.common-documents {
    padding: 60px 0;
}

.common-documents h1 {
    font-size: 32px;
    margin-bottom: 30px;
}

.documents-section {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0, .15);
    margin-bottom: 30px;
}

.documents-section:last-child{
    border-bottom: none;
}

.documents-section h2 {
    font-size: 21px;
    margin-bottom: 20px;
}

.documents-block {
    margin-bottom: 25px;
}

.documents-block h3 {
    margin-bottom: 20px;
}

.documents-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.documents-item .icon{
    margin-right: 15px;
}

.document-info p{
    margin-bottom: 5px;
}

.documents-item .links {
    font-size: 14px;
}

.documents-item .links span {
    opacity: .6;
    display: inline-block;
    margin-right: 10px;
}

.documents-item .links a {
    display: inline-block;
    margin-right: 10px;
}


.documents-section a {
    display: flex;
    align-items: center;
}

.edition-wrapper {
    padding: 60px 0;
}

.edition-wrapper h1 {
    font-size: 32px;
    margin-bottom: 40px;
}

.edition-wrapper h4 {
    font-size: 16px;
    margin-bottom: 0;
    padding: 0;
}

.edition-wrapper p {
    margin-bottom: 0;
}

.edition-wrapper .edition-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0, .2);
}

.edition-wrapper .edition-row:last-child {
    border: none;
}