.grant-info {
    margin-top: 32px;
    background: #FFFFFF;
    border-radius: 64px;
    margin-bottom: 32px;
}

.grant-info__wrapper {
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
}

.grant-info__section {
    padding: 16px 0;
    border-bottom: 1px solid #E2E2E2;
}

.grant-info__section:first-of-type {
    padding-top: 0;
}

.grant-info__section:last-of-type {
    padding-bottom: 0;
    border-bottom: unset;
}

.grant-info__section-time {
    display: flex;
    justify-content: space-between;
}

.grant-info__section-time__item {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.grant-info__section-time__item h4 {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #4F4F4F;
}

.grant-info__section-time__item .time-range {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -4%;
    color: #1D1D1D;
}

.grant-info__section-time__item.large {
    width: 100%;
}

.grant-info__section-support {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.grant-info__section-support h4 {
    font-family: Ermilov;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: -4%;
    color: #4F4F4F;
}

.grant-info__section-support .desc {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #4F4F4F;
}

.grant-info__section-support .desc a {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #507BC3;
    text-decoration: none;
}

.grant-info__section-support .desc span {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: -4%;
    color: #2E2E2E;
}

.download-btn {
    text-decoration: none;
    padding: 15px 32px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -3%;
    background: #4671B9;
    color: #FFFFFF;
    width: fit-content;
    border-radius: 40px;
    margin-bottom: 20px;
}

.download-btn:hover {
    background: transparent;
    border: 1px solid #4671B9;
    color: #4671B9;
}

.download-btn svg path {
    transition: all 0.4s ease-in-out;
}

.download-btn:hover svg path {
    fill: #4671B9;
}

@media screen and (max-width: 1024px) {
    .grant-info {
        margin-top: 24px;
        border-radius: 32px;
        margin-bottom: 20px;
    }

    .grant-info__wrapper {
        padding: 20px 16px;
    }

    .grant-info__section {
        padding: 12px 0;
    }


    .grant-info__section-time {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .grant-info__section-time__item {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .grant-info__section-time__item h4 {
        font-size: 14px;
    }

    .grant-info__section-time__item .time-range {
        font-size: 16px;
    }


    .grant-info__section-support {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .grant-info__section-support h4 {
        font-size: 16px;
    }

    .grant-info__section-support .desc {
        font-size: 14px;
    }

    .grant-info__section-support .desc a {
        font-size: 14px;
    }

    .grant-info__section-support .desc span {
        font-size: 14px;
    }

    .download-btn {
        text-decoration: none;
        padding: 10px 16px;
        font-size: 16px;
        border-radius: 32px;
        margin-bottom: 20px;
    }


}
