.swiper_nav_stos_services {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 10px;
    width: 125px;
    height: 50px;
    background: #51b948;
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.swiper_nav_stos_services .swiper-button-next:after, .swiper_nav_stos_services .swiper-button-prev:after {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}
.swiper_nav_stos_services .swiper-button-next {
    right: 15px !important;
}
.swiper_nav_stos_services .swiper-button-prev {
    left: 15px !important;
}

.stos_services .swiper-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.stos_services .slide_content {
    background: #ffffff;
}
.stos_services .slide_content .inner {
    max-width: 90%;
    margin: auto;
    padding: 20px 0px 10px 0px;
}
.stos_services .slide_content a {
    text-decoration: none;
}
.stos_services .slide_image img {
    max-width: 100%;
}

.stos_services .slide_content h3 {
    font-size: 28px !important;
    min-height: 115px;
}
.stos_services .slide_content .content {
    min-height: 150px;
}