.about-h2 {
    margin-top: 24px;
}
.swiper-assortiment {
    padding: 30px;
    margin: -30px;
}

.assortiment-item {
    border-radius: 12px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.shadow-green {
    box-shadow: 15px 15px 2px 1px rgba(0, 176, 88, 0.1);
}

.shadow-orange {
    box-shadow: 15px 15px 2px 1px rgba(238, 118, 36, 0.1);
}

.shadow-yellow {
    box-shadow: 15px 15px 2px 1px rgba(247, 179, 31, 0.1);
}

.assortiment-item-top {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    padding: 40px 20px;
}

.assortiment-item-top-title {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    align-self: center;
}

.assortiment-item:first-child .assortiment-item-top-title {
    transform: rotate(-1.75deg);
}

.assortiment-item:nth-child(2) .assortiment-item-top-title {
    transform: rotate(-4.49deg);
}

.assortiment-item:nth-child(3) .assortiment-item-top-title {
    transform: rotate(-4.49deg);
}

.assortiment-item:first-child .assortiment-item-top-text  {
    transform: rotate(-4.49deg);
}

.assortiment-item:nth-child(2) .assortiment-item-top-text {
    transform: rotate(1deg);
}

.assortiment-item:nth-child(3). assortiment-item-top-text  {

}

.assortiment-item-top-text {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    align-self: center;
    font-size: 13px;
}

.assortiment-item-bottom {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #000000;
    padding: 14px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    flex-grow: 1;
}

.green {
    color: #009A4C;
}

.orange {
    color: #EE7624;
}

.yellow {
    color: #F7B31F;
}

.green-background {
    background: #009A4C;
}

.orange-background {
    background: #EE7624;
}

.yellow-background {
    background: #F7B31F;
}
@media (min-width: 768px) {
    .about-h2 {
        margin-top: 60px;
    }
    .assortiment-item-top-title {
        font-size: 17px;
    }

    .assortiment-wrapper {
        display: flex;
        gap: 36px;
    }
    .swiper-assortiment .assortiment-item {
        width: calc(100% / 3 - 36px);
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .assortiment-item-bottom {
        font-size: 18px;
    }

    .assortiment-item-top-title {
        font-size: 24px;
    }

    .assortiment-item-top-text {
        font-size: 20px;
    }

    .assortiment-item:nth-child(1) .assortiment-item-top-title {
        margin-left: 38px;
    }

    .assortiment-item:nth-child(3) .assortiment-item-top-title {
        margin-right: 47px;
    }
}