
.index-section__items {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.index-section__item {
    border: 2px solid #DBDEE0;
    border-radius: 10px;
    width: calc(100% / 2 - 32px);
    max-width: 100%;
    padding: 4px;
    padding-bottom: 20px;
    margin: 16px;
    display: flex;
    position: relative;
}


.index-section__title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 17px;
}

.index-section__title .h2 {
    margin-right: 40px;
}

.index-section__title .js-index-section-toggle {
    line-height: 22px;
}

.index-section__item-divider {
    border-bottom: 2px solid #DBDEE0;
    width: 100%;
}

.index-section__item-image {
    width: 224px;
    height: 160px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 23px;
    flex-shrink: 0;
}

.index-section__item-links-wrapper {
    width: calc(100% - 247px);
}

/* yoksel is GOOD LIKE!! */
@media (min-width: 601px) {
    /*
    .index-section__item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .index-section__items.close .index-section__item:nth-child(n+5) {
        border-bottom: none;
    }
*/
    .index-section__items.close .index-section__item:nth-child(n+7) {
        display: none;
    }
}

.index-section__item-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
    color: #222222;
}

.index-section__item-children-links {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.index-section__item-children-link {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.index-section__title .js-index-section-toggle {
    font-size: 18px;
    color: #EC1C23;
}

@media (max-width: 900px) {
    .index-section__item-image {
        width: 100px;
        height: 72px;
        margin-right: 5px;
    }

    .index-section__item-links-wrapper {
        width: calc(100% - 105px);
    }
}

@media (max-width: 600px) {
    .index-section__item {
        width: 100%;
    }

    .index-section__items {
        padding: 0 5px;
    }

    .index-section__item {
        padding: 30px 0;
    }

    .index-section__title .h2 {
        margin-right: 10px;
        font-size: 16px;
        line-height: 19px;
    }

    .index-section__title .js-index-section-toggle {
        font-size: 14px;
        line-height: 14px;
    }

    .index-section__title {
        justify-content: space-between;
    }

    .index-section__item-children-link {
        font-size: 14px;
        line-height: 16px;
    }

    .index-section__item:nth-last-child(-n+1) {
        border-bottom: none;
    }

    .index-section__items.close .index-section__item:nth-child(n+6) {
        border-bottom: none;
    }

    .index-section__items.close .index-section__item:nth-child(n+7) {
        display: none;
    }

    .index-section__item-image {
        background-position: top center;
    }
}