.assort {
    background-color: #fff
}

.assortimet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px
}

.assortimet img {
    width: 40%
}

.assort-text {
    width: 60%
}

.assortimet h1 {
    text-align: center;
    margin-bottom: 20px
}

.assortimet ul {
    margin-left: 30px;
    margin-top: 10px
}

.assortimet li {
    margin-top: 10px
}

.smal-assotr {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px
}

@media (max-width: 1054px) {
    .assortimet img {
        width: 40%;
        height: 100%;
        padding-top: 55px
    }
}

@media (max-width: 768px) {
    .assortimet img {
        width: 100%
    }

    .assort-text {
        width: 100%
    }

    .cca {
        order: -1
    }
}
