.jet-carousel {
.jet-carousel__item {
&-title {
margin: 0;
padding: 0;
}
}
.jet-arrow {
width: 36px;
height: 36px;
border-radius: 18px;
margin-top: -18px;
color: #fff;
font-size: 23px;
&.prev-arrow {
@include start(20px);
}
&.next-arrow {
@include end(20px);
}
}
}