.web-design-banner {
    background-image: url(../img/shape/banner-effect-3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 180px 0 100px;
    min-height: 100vh;
    display: flex;
    align-items: center
}

@media (max-width:767.98px) {
    .web-design-right-img {
        margin-top: 40px
    }
}