@media (max-width: 760px) {
    .about-documents {
        width: 100%;
        overflow: hidden;
        background: #ffffff;
        color: #1F1F1F;
    }

    .about-documents__inner {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 96px 0 0;
        display: block;
    }

    .about-documents__lead {
        width: 100%;
        padding: 0 16px 40px;
    }

    .about-documents__title {
        width: 361px;
        max-width: 100%;
        margin: 0 auto;
        color: #1F1F1F;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 44px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
    }

    .about-documents__subtitle {
        width: 361px;
        max-width: 100%;
        margin: 0 auto;
        color: #1F1F1F;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        opacity: 0.5;
    }

    .about-documents__panel,
    .about-documents__cards {
        width: 100%;
        min-width: 0;
    }

    .about-documents__cards {
        display: block;
        border-top: 1px solid #D0D0D0;
        border-left: 0;
    }

    .about-documents__card {
        width: 100%;
        min-height: 0;
        padding: 32px 16px;
        border-right: 0;
        border-bottom: 1px solid #D0D0D0;
        background: #ffffff;
    }

    .about-documents__card-title {
        width: 361px;
        max-width: 100%;
        margin: 0 auto;
        color: #1F1F1F;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0;
        text-transform: uppercase;
    }

    .about-documents__card-text {
        width: 361px;
        max-width: 100%;
        margin: 16px auto 0;
        color: #1F1F1F;
        font-family: 'Manrope', Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
    }

    .about-documents__download {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: 24px;
        margin-top: 16px;
        color: #1F1F1F;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 44px;
        letter-spacing: 0;
        text-transform: uppercase;
        text-decoration: none;
    }

    .about-documents__download-icon {
        width: 48px;
        height: 48px;
        flex: 0 0 48px;
        padding: 2px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .about-documents__download-icon img {
        display: block;
        width: 20.68px;
        height: 27.5px;
        object-fit: contain;
    }

    .about-documents__cta {
        width: 100%;
        height: 90px;
        margin: 0;
    }
}
