@media screen and (max-width: 1360px){
    .get-started-section:before {
        width: 48vw;
        height: 46.8vw;
        background-size: cover;
    }
    .get-started-section:after {
        width: 42.8vw;
        height: 56vw;
        background-size: contain;
    }
}