.news{
    margin-bottom: 30px;
}
.news .wrapper{
    padding: 50px 50px 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.4);
}
.news .title{
    display: flex;
    justify-content: space-between;
}
.news .title h2{
    font-weight: bold;
    font-size: 32px;
    color: #4B4B4B;
    margin: 0;
    margin-bottom: 10px;
}

.clients__title a {
    text-decoration: none;
}
.news .title .swiper-navigation-block{
    display: flex;
    gap: 5px;
}
.news .title .swiper-navigation-block .swiper-button-prev{
    border-radius: 100px;
    background: #3CAEFF;
        padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: 8px;
    top: 0px;
    height: max-content;
}
.news .title .swiper-navigation-block .swiper-button-next{
    border-radius: 100px;
    background: #3CAEFF;
	padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: 8px;
    top: 0px;
    height: max-content;
}
.news .clients_slider > .swiper-wrapper .swiper-slide{
    padding: 20px 0px;
}
.clients_slider_wrap {
	overflow: hidden;
}
.news .clients_slider {
/*	width: 800px;
	margin: 0;
    overflow: visible;*/
}
.news .clients_slider .wrap:hover {
    /* -webkit-box-shadow: 0px 0px 5px 1px rgba(34, 60, 80, 0.11);
    -moz-box-shadow: 0px 0px 5px 1px rgba(34, 60, 80, 0.11);
    box-shadow: 0px 0px 5px 1px rgba(34, 60, 80, 0.11); */
    /* transform: scale(0.95); */
}
.news .clients_slider .wrap .image img{
	height: 100%;
	max-width: 100%;
}
.news .clients_slider .wrap .image a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news .clients_slider .wrap .image{
	margin-bottom: 10px;
    height: auto;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.news .clients_slider .wrap .name{
	margin-bottom: 10px;
    padding: 0px 10px;
}
.news .clients_slider .wrap .name a:hover{
    color: #3CAEFF;
}
.news .clients_slider .wrap .name a{
	font-size: 16px;
	font-weight: 500;
	color: #4B4B4B;
    text-decoration: none;
}
.news .clients_slider .wrap .date{
    font-size: 16px;
    font-weight: 500;
    color: #969696;
    padding: 0px 10px;
}
.news .clients_slider .wrap {
    transition: all 0.3s;
    border-radius: 20px;
	padding-bottom: 10px;
	/* text-align: center; */
}
.news .clients_slider .wrap .buttons button:before,.news .clients_slider .wrap .buttons a.btn:before{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 100px;
    padding: 2px;
    background: linear-gradient(81.63deg, #65EDA9 -4.42%, #FFFFFF 47.43%, #0062F5 103.43%);
    z-index: -1;
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.news .clients_slider .wrap .buttons button, .news .clients_slider .wrap .buttons a.btn{
    padding: 10px 16px;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 100px;
    background-clip: padding-box;
    position: relative;
    z-index: 1;
    cursor: pointer;
}