﻿@media (max-width: 768px) {
    #hero-section {
        padding-top: 2rem;
        min-height: 43.9375rem;
    }

    #hero-section #hero-div {
        margin-left: 1rem;
    }

    .carousel-container {
        margin-left: 1.25rem;
        margin-right: 0;
        margin-top: 1.25rem;
    }

    .demo-account-btn {
       display: none !important;
    }

    #hero-section #hero-div {
        margin-left: 0;
    }

    .hero-text-block{
        margin: 0 63px 0 63px;
        text-align: center;
    }

    .hero-text-block h1 {
        font-family: 'Inter', sans-serif;
        font-weight: 600;
        font-size: 2.25rem;
        line-height: 100%;
        color: var(--main-page-text-color);
    }

    .hero-info {
        margin-top: 2rem;
        margin-bottom: 36px;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

        .hero-info div {
            max-width: 107px;
            height: 70px;
        }

            .hero-info div:nth-child(2) {
                margin-left: 1rem;
                margin-right: 1rem;
            }

            .hero-info div span {
                font-family: 'Inter', sans-serif;
                font-weight: 600;
                font-size: 1.25rem;
                color: var(--main-page-text-color);
            }

            .hero-info div p {
                font-family: 'Inter', sans-serif;
                font-weight: 500;
                font-size: 1rem;
                color: var(--main-page-text-color);
            }

            .hero-auth-btn-block{
                margin-left: 1.25rem;
                margin-right: 1.25rem;
            }

            .hero-auth-btn-block :first-child{
                margin-bottom: 1.25rem;
            }

    .best-deals-text-container {
        margin-top: 36px;
        text-align: center;
    }

        .best-deals-text-container div {
            margin-bottom: 0.75rem;
        }

        .best-deals-text-container h3 {
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 1.25rem;
            color: var(--main-page-text-color);
            margin-left: 12px;
        }

        .best-deals-text-container span {
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            font-size: 1rem;
            color: var(--main-page-text-color);
            margin-right: 1.25rem;
            margin-left: 1.25rem;
        }

        .best-deals-text-container svg{
            height: 1.25rem;
            width: 1.25rem;
        }
}
