
/* вывод грантов */

.grants {
    width: 1005px;
    margin: 0 auto;
}

.zone_left_grant {
    width: 480px;
    float: left;
    display: flex;
    column-gap: 8px;
}

.zone_right_img {
    float: right;
}

.zone_left_img {
    float: left;
}

.zone_right_grant {
    width: 480px;
    float: right;
    display: flex;
    column-gap: 8px;
}

.zone_grant_clear {
    clear: both;
}

.card_grant span:first-child{
    margin: 0 0 8px 0;
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    font-family: "Ony One Regular";
    color: #313332;
    line-height: 114.9%;
}

.card_grant {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 16px;
}

.zone_right_img {
    margin: 0 0 64px 0;
}

.zone_left_img {
    margin: 64px 0 0 0;
}

.card_grant span:last-child{
    margin: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    font-family: "Ony One Regular";
    color: #AD83FF;
    line-height: 100%;
}

.grants .zone_1, .grants .zone_2 {
    width: 230px;
}

.zone_last_grant {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 8px;
}