﻿.documentsSection { text-align: left; margin: 0 auto 120px; max-width: 1190px; }
.documentsSection h2.section-title { margin-top: 100px; margin-bottom: 60px; }
.documentsSection h2:not(.section-title) { font-family: 'Inter-Bold'; font-size: 2.5rem; letter-spacing: 0.5px; line-height: 1.2; margin: 0 0 25px; }
.download-item:nth-child(odd) { background-color: #F7F7F7; }
.download-items { margin-bottom: 60px; }
.download-item { display: flex; justify-content: space-between; padding: 27px 28px; font-size: 1.8rem; line-height: 1; }
.download-item .circle { background-color: #2dccd3; width: 10px; height: 10px; display: block; border-radius: 50%; margin-right: 12px; }
.download-item p { display: flex; align-items: center; letter-spacing: 0.36px; }
.download-item a { font-size: 1.6rem; display: flex; flex-direction: row-reverse; align-items: center; color: inherit; }
.download-item a img { width: 9px; height: 10px; margin-left: 10px; }
.download-item a span { text-decoration: underline; }

@media(min-width:768px) {
    .documentsSection { padding: 0 15px; }
}
@media(max-width:767px) {
    .documentsSection { margin-bottom:60px;}
    .download-item p { width: 100%; font-size: 1.6rem; }
    .download-item { flex-wrap: wrap; padding: 25px 20px; }
    .documentsSection h2.section-title { margin-top: 60px; margin-bottom: 15px; }
    .documentsSection h2:not(.section-title) { font-size: 1.8rem; }
    .download-item a { padding-left: 23px; margin-top: 20px; }
}