@media screen and (max-width: 601px) {
    body {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .visor-inner {
        flex-direction: column;
    }

    .visor-mobile-demo {
        height: auto;
        width: 100%;
    }

    .hero-temp {
        flex-direction: column;
        align-items: center;
    }

.section-services-wrapper {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 50px;
}
}