@media only screen and (max-width: 599px) {
    .hero-bottom-box {
        margin-top: 10px;
    }

    .analize img {
        width: 100%;
    }

    .analize > div {
        height: 1100px;
    }

    .slider-content h1 {
        font-size: 35px;
    }

    .custom-slider-item {
        height: 300px;
    }

    .custom-slider-item img {
        height: 300px;
    }

    .slider-content div {
        width: 90%;
        margin-top: 50px;
    }

    .mobile-top-icons {
        justify-content: end;
    }

    .header-logo {
        width: 200px;
    }

    /* ------------------------------------------ starting membership code -------------------------------- */
    .page-content-header {
        width: 90%;
    }

    .page-content-header h1 {
        font-size: 20px;
    }

    .page-content-header p {
        font-size: 12px;
    }
}
