.section-landing{
    background-image: url("../img/webdevelopment/landing-background.jpg");
    background-position: 40% center;
    min-height: 670px;
    /* clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0% 100%, 3% 50%, 0% 0%); */
    /* clip-path: polygon(5% 15%, 9% 15%, 9% 0, 90% 0, 90% 15%, 95% 15%, 95% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 5% 85%); */
}

#section-devprocess p, #section-experts p{
    margin: 0 !important;
}
/* #section-devprocess{
    margin-top: 75px;
} */
body{
    position: relative;
}

section.section-landing .landing-text {
    padding-bottom: 125px;
}
.introsmall{
    margin-bottom: 50px;
    margin-top: -75px;
}
@media (max-width: 768px) { 
    .intro-small-card{
        border-radius: 20px;
    }
}