.s10 {
    overflow: hidden;
    background-image: url("/assets/image/svg/bg-footer-section.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.s10-content-position {
    padding-top: 0;
    padding-bottom: 125px;
}

@media screen and (max-width: 480px) {
    .s10 {
        position: relative;
        background-image: url("/assets/image/svg/bg-footer-section.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

}