.industries img {
    border-radius: 100px;
    background: #34DCA2;
}


.expertise_other svg{
    margin-left: 10px;
}
.expertise_block_slider:hover .expertise_other svg path:not(:first-of-type){
    fill: #34DCA2;
}
.expertise_block_slider:hover .expertise_other{
    color:#34DCA2;
}
.expertise_other{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #18214D;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 991px){
    .arrow-slider.expertise_arrow{
        display: none;
    }
    body .expertise_block_slider{
        padding: 30px 17px;
    }
}
@media screen and (max-width: 768px){
    body .expertise_block .standart_but a{
        margin-top: 25px;
        font-size: 16px;
        line-height: 175%;
        padding: 9px;
    }


}
@media screen and (min-width: 991px){
    .arrow-slider.expertise_arrow.expertise-next:before{
        transform: rotate(180deg);
        right: 0;
        left: unset;
    }
    .arrow-slider.expertise_arrow:before {
        width: 48px;
        height: 48px;
        top: calc(50% - 24px);
        left: 0;
        background-size: cover;
    }
    .swiper-slide:hover .expertise_block_slider{
        background: #FFFFFF;
        border: 1px solid #D8E1E9;
    }
}
.swiper_slide_outwrap{
    position: relative;
}

.expertise_block_slider{
	cursor:auto;
    display: block;
    padding: 50px;
    border: 1px solid #F8F8FB;
    background: #F8F8FB;
    border-radius: 20px;
    text-align: center;
}

.expertise_block .standart_but a:after{
    margin-left: 12px;
    content: '';
    background: url("/wp-content/uploads/2021/10/arrow_forward.svg");
    width: 24px;
    height: 24px;
}
.expertise_block .standart_but a{
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    padding: 15px;
    min-width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expertise_title{
    margin: 18px 0 9px 0;
}
.expertise_other{
    margin-top: 23px;
}