body {
    font-family: Arial, Helvetica, sans-serif;
}
.landing-page-wrapper {
    min-height: 75vh;
    width: 100%;
    background: url("../images/truck-for-banner.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media (max-width: 1023px) {
    .landing-page-wrapper {
        min-height: 300px;
        background-attachment: unset;
    }
}
@media (max-width: 767px) {
    .landing-page-wrapper {
        min-height: 200px;
        background-attachment: unset;
    }
}
@media (max-width: 479px) {
    .landing-page-wrapper {
        min-height: 180px;
        background-attachment: unset;
    }
}

.txt_tot{
    color: red !important;
}