.article .article-title {
    margin: 48px 0;
    color: #24D6D6;
}

.download-icon {
    width: 70px;
    height: 70px;
    background-image: url('../../../img/download.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.file-container {
    display: flex;
    width: 100%;
    justify-content: right;
}

.file-container .file-item {
    display: flex;
    margin-bottom: 16px;
    color: #0A0A0A;
    text-decoration: none;
    align-items: center;
}

.file-container .file-item .file-icon {
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 16px;
    align-items: center;
    justify-content: center;
}

.file-container .file-item .file-name {
    flex-grow: 1;
}

.wave {
    background-color: #ffffff;
}
