.links-material {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.block-link {
    display: flex;
    padding: 15px 36px;
    align-items: center;
    font-family: "Akzidenz-Grotesk Pro Light Ext", serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(11, 11, 11, 0.85);
}

.block-link:hover > * {
  color: #C3AF79;
}

.block-download-all {
    display: flex;
    justify-content: right;
    margin-right: 36px;
    padding: 15px 0 30px;
}

.link-download {
    cursor: pointer;
    margin-left: auto;
    color: rgba(11, 11, 11, 0.85);
    letter-spacing: 0.3px;
}

.el-link-name {
    cursor: default;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 400px;
}

@media (max-width: 1270px) {
  .el-link-name {
    max-width: calc(100vw - 85vw);
  }
}

@media (max-width: 768px) {
  .el-link-name {
    max-width: calc(100% - 50vw);
    font-size: 9px;
  }
}

.link-download-all {
    cursor: pointer;
    font-family: "Akzidenz-Grotesk Pro Light Ext", serif;
    font-weight: 400;
    color: #0B0B0B;
    font-size: 10px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    gap: 8px;
}

.accordion {
    cursor: pointer;
    padding: 16px;
    border: none;
    outline: none;
    transition: 0.5s;
}

.active, .accordion:hover {
    background: rgba(226, 222, 207, 0.3);
    border-top: 1px solid rgba(195, 175, 121, 0.2);
    border-bottom: 1px solid rgba(195, 175, 121, 0.2);
}

.block-link-icon {
    margin-right: 20px;
}

.block-link-icon img {
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}

.middle-p {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
