.widget-business {
    position: relative;
    padding: 3.4rem 0 3rem;
    overflow: hidden;
}
.widget-business header {
    margin-bottom: 3rem;
}
.widget-business header h2 { 
    color: var(--main-gray);
    font-weight: 700;
    max-width: 30rem;
    margin: 0 auto;
    font-size: 2em;
    line-height: 1.2em;
}
.widget-business__logo {
    text-align: center;
}
.widget-business__logo img {
    display: inline-block;
}

/* Arrows splide */
.widget-business .splide__arrow {
    background-image: url('../../img/layout/arrow_splide.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.8rem;
    height: 3.8rem;
    display: inline-block;
}
@media only screen
and (min-width : 961px ) {
    .widget-business {
        padding: 6.2rem 0;
    }
    .widget-business header {
        margin-bottom: 3.5rem;
    }
    .widget-business header h2 {
        font-size: 3.2em;
        line-height: 1.18em;
        max-width: 100%;
    }
    .widget-business .splide__arrow--prev {
        left: -4rem;
        transform: translateY(-50%) rotate(180deg);
    }
    .widget-business .splide__arrow--next {
        right: -4rem;
    }
}
@media only screen
and (max-width : 960px) {
    .widget-business .splide {
        max-width: calc(100% - 5rem);
        padding-left: 2rem;
    }
    .widget-business .splide__arrow--next {
        right: -3rem;
    }
    .widget-business .splide__arrow--prev {
        display: none;
    }
}
/* #endregion */


