.sections_gallery{
    position: relative;
}
.sections_slider .swiper-wrapper, .sections_slider .swiper-slide{
    height: auto;
}
.section-mitem__title{
    color: #464646;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}
.section-mitem img {
    object-fit: contain;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.section-mitem{
    background: linear-gradient(180deg, #F8F8F8 0%, #EFEFEF 100%), linear-gradient(180deg, #DADADA 0%, #C1C1C1 100%);
    padding:20px 10px;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease-in-out;
}
.section-mitem:hover{
    background: linear-gradient(180deg, #DADADA 0%, #C1C1C1 100%), linear-gradient(180deg, #F8F8F8 0%, #EFEFEF 100%), linear-gradient(180deg, #DADADA 0%, #C1C1C1 100%);
}
.sections_slider_nav_disabled{
    display: none !important;
}
.sections_slider_nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 6px 20px #00000026;
}
.sections_slider_next{
    right: -10px;
}
.sections_slider_prev{
    left: -10px;
}
.sections_slider_prev svg{
    transform: rotate(180deg);
}