#steps.swiper-container {
    width: 100%;
    height: 350px;
    background: linear-gradient(90deg, #021B79 0%, #0575E6 100%);
}

#steps .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#steps .slide-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 56px 0;
    align-items: center;
}

#steps .slide-content::after {
    content: "";
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    width: 100%;
    height: 50%;
   top:25%;
   bottom: 25%;
}


#steps .first:after {
    border-left: 1px solid #fff;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px
}
#steps .last:after {
    border-right: 1px solid #fff;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
#steps .swiper-slide:last-of-type .button-custom{
    background: linear-gradient(90deg, #F38975 8.99%, #F9A56B 95.51%);
}
#steps .button-custom {
    color: #fff;
    background: linear-gradient(90deg, #0575E6 0%, #0A32C8 100%);
    border-radius: 50px;
    padding: 1rem;
    position: relative;
    z-index: 2;
    box-shadow: 14px 17px 17px rgba(7, 7, 7, 0.14);
    
}
#steps .button-custom img{
    position: absolute;
    right: 20px;
    top: 12px;
    
}
#steps .top-btn,
#steps .buttom-btn {
    width: 15rem;
    font-size: 0.9rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#steps .single-wrap::after {
    content: "";
    display: block;
    height: 1px;
    margin: auto 0;
    background: #fff;
    width: 100%;
    position: absolute;
    right: 0;
    
    bottom: 50%;
}
#steps .swiper-slide:nth-of-type(2) .single-wrap::after{
    width: 50%;
    right: 0;
    
}

#steps .single-wrap .button-custom {
    width: 15rem;
    height: 4rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}