.isDealerPage .footer-social__item:first-of-type {
    display: list-item !important;
}

.banner-text {
    width: 50%;
    padding-left: 25px;
}

.big-text {
    font-size: 33px;
    font-weight: 600
}

.small-text {
    font-size: 25px;
    font-weight: 500
}

.banner-text.white-text{
    color: #ffffff;
}

@media (max-width:640px) {
    .banner-text {
        display: none;
    }
}