.spare-parts__title-h3 {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    color: #262626;
}

.spare-parts__title-h2 {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin-bottom: 40px;
}

.spare-parts__scheme-image-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spare-parts__scheme-image {
    margin: 0  auto;
    width: 100%;
}
.spare-parts__items-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}

.spare-parts__item {
    flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    text-decoration: none;
}

.spare-parts__item:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1024px) {
    .spare-parts__item {
        padding: 6% 2%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }
}

.spare-parts__item-image-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    flex-direction: column;
}

.spare-parts__item-image-wrap:hover {
    border-color: transparent;
    color: #A01602;
}

.spare-parts__item-image-wrap:hover .spare-parts__item-name {
    color: #A01602;
}

.spare-parts__item-image {
    margin: 0 auto;
    height: 290px;
}

.spare-parts__item-name {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #262626;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    .spare-parts__item-image-wrap {
        border: 0.556586px solid #E5E5E5;
        box-sizing: border-box;
        margin: 0px 8%;
    }
}