.dilership {
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}
.diler__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.logo__wrapper {
    width: 30%;
    height: 200px;
}
.logo__wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.diler__text__wrapper {
    width: 63%;
}
.diler__text__wrapper > .anotherDescr {
    margin-top: 0;
}
.diler__info__box {
    display: flex;

}
.diler__info__box > .anotherDescr , .dilers__link__wrap > .anotherDescr  {
    text-decoration: none;
    margin-left: 50px;
    margin-top: 5px;
}
.diler__info__box {
    margin: 40px 0 0 0;
}
.dilers__container {
    width: 45% ;
}
.dilers__container > .diler__info__box {
    width: 100%;
    justify-content: space-between;
}
.dilers__link__wrap {
    display: flex;
    width: 250px;
    justify-content: flex-start;
}
@media (max-width:768px) {
    .diler__wrapper {
        flex-direction: column;
    }
    .logo__wrapper {
        width: 100%;
        padding: 15px 0 30px;
    }
    .diler__text__wrapper{
        width: 100%;
    }
    .diler__info__box {
        flex-direction: column;
    }
    .dilers__container {
        max-width: 100%;
        width: 100%;
    }
    .dilers__link__wrap {

        justify-content: flex-start;
    }
    .diler__info__box > .anotherDescr , .dilers__link__wrap > .anotherDescr  {
        margin-left: 0;
        margin-top: 0;
    }
}