.heroplan {
    background: url("/img/martinautos/hero-posventa.jpg") no-repeat;
    height: 550px;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
}
.descriptionheromodel {
    max-width: 500px;
}

.logoposventa {
    max-width: 200px;
}
.botsectiononline {
    color: var(--blue2);
    background-color: #ebebeb;
    border-radius: 25px;
    padding: 10px;
    transition: all 0.5s;
}
.botsectiononline:hover {
    color: var(--blue);
}

@media (max-width: 768px) {
    .heroplan {
        background: url("/img/martinautos/hero-posventa-mobile.jpg") no-repeat;
        height: 575px;
        background-size: contain;
        background-position: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding: 10%;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    p {
        font-size: 0.9rem;
        font-weight: 300;
    }
}
