.s5 {
    overflow: hidden;
}

.s5-content-position {
    padding: 77px 1.5rem 77px 1.5rem;
    /* padding: 104px 0 98px 0; */
    height: 298px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(/assets/image/svg/bg-section-4-5.svg)
}

@media screen and (max-width: 480px) {
    .s5-content-position {
        background-size: unset;
    }
}