@media only screen and (min-width:200px) and (max-width:575px) {

    .bg-truck .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .bg-truck {
        background-image: none;
    }
}

@media (max-width: 992px) {
    .bg-truck {
        padding-bottom: 0px;
    }

    .bg-truck .py-5 {
        padding-top: 1.5rem !important;
    }

    .bg-truck .portal-btn {
        font-size: 16px;
        padding: 10px 48px;
    }

    .bg-truck h1 {
        font-size: 38px;
    }

    .bg-truck p {
        font-size: 20px;
    }
}