﻿/* home-page  */

@media(max-width:1200px) {
    .home-main-outer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 50px 0;
    }

    .home-main {
        height: 100%;
        background: linear-gradient(to bottom, white 50%, transparent 50%), radial-gradient(109.12% 102.5% at 29.06% 0%, rgb(192, 238, 255) 8.97%, rgb(212, 238, 251) 38.11%, rgb(146, 225, 255) 73.25%, rgb(212, 238, 251) 100%);
    }

    .home-left {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .home-right {
        min-height: 140vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 0;
        padding-top: 250px;
    }

    .home-left::after {
        display: none;
    }
}
