@media (max-width: 1400px) {
    .grid-col-1 {
        grid-template-columns: 1fr;
    }

    .saas_banner_area .container {
        position: relative;
        width: 100vw;
        margin-top:30px;
    }
    .saas_banner_content {
        display:flex;
        justify-content: center;
        position: relative;
        width: 100vw;
        margin-top:30px;
        flex-direction: column;
        box-shadow: var(--shadow);
        padding:20px;
        border-radius: 20px;
    }
    .saas_banner_area  {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .saas_banner_content h1, .saas_banner_content p{
        color:black;
        text-align: center;
    }
    .saas_banner_content a{
        margin:0 auto;
        /* margin-right:10px; */
    }
    .mission {
        border-bottom:2px solid var(--saas-purple);
    }
    .saas_banner_area .container {
        width:100% !important;
        margin-left:none;
        left:-16vw;
      }
      /* .saas_banner_area .container {
        margin-top:16vw;
        margin-left:20vw;
        position:absolute;
        top:0;
        width:30%;
    } */
}

@media (max-width: 1000px) {
    .two-overlay {
        height:1000px;
    }
}
@media (max-width :1200px) {
    .cores {
        grid-template-columns:repeat(2,1fr);
        gap:5rem 1rem;
    }
    #core-1 {
        justify-content:end;
    }
    #core-2 {
        justify-content:start;
    }
    #core-3 {
        justify-content:end;
    }
    #core-4 {
        justify-content:start;
    }
    #core-5 {
        justify-content:end;
    }
}
@media (max-width :800px) {
    .cores {
        grid-template-columns:repeat(1,1fr);
    }
    .cores {
        gap:1rem 1rem;
    }
    #core-1 {
        justify-content:center;
    }
    #core-2 {
        justify-content:center;
    }
    #core-3 {
        justify-content:center;
    }
    #core-4 {
        justify-content:center;
    }
    #core-5 {
        justify-content:center;
    }
    #core-6 {
        justify-content:center;
    }
}