.head__anner .head__composition {
width: 100%;
}

@media screen and (max-width: 1023px) {
.dealer-info__description .dealer-info__text {
    position: relative;
    margin-bottom: 30px;
    padding-right: 1em;
    text-align: justify;
    overflow: hidden;
    max-height: none;
}
}
.dealer-info__inner .dealer-info__description {
    width: 100%;
}
.s-list__item {
    position: relative;
    padding-left: 20px;
}

.s-list__item:before {
    content: "";
    position: absolute;
    display: block;
    top: .4em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00aad2;
}

.dealer-info__text p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}