.services-carousel-element .element-item-content {
    padding: 15px;
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 15px;
}

.services-carousel-element .swiper-slide {
    height: auto;
}

.services-carousel-element .item-content-top,
.services-carousel-element .item-content-bottom {
    width: 100%;
}

.services-carousel-element .item-cover {
    position: relative;
    width: 100%;
}

.services-carousel-element .item-cover svg {
    width: 100%;
}

.services-carousel-element .item-title-wrap {
    margin: 15px 0;
}

.services-carousel-element .item-title {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 700;
    color: #0b0c40;
}

.services-carousel-element .item-des {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #8d8d8d;
    line-height: 1.5;
}

.services-carousel-element .item-btn a {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #ffffff;
    border-radius: 50px;
    font-size: 15px;
    transition: ease .3s;
}

.services-carousel-element .item-btn svg {
    vertical-align: middle;
    width: 13px;
    height: 13px;
    fill: #fff;
    margin: 0 4px;
}
