

.succes-card{
    margin-right: 10px;
    width: 200px;
    background: #f9e9d3;
    padding: 10px;
}

.succes-card img{
    width: 100px;
}


.Success-story{
    padding: 100px;
}

.success-video {
    width: 500px;
    height: 382px;
    margin: auto;
    border: 10px solid #f7dfbe;
}

.success-video video {
    width: 100%;
    height: 100%;

}

.Article-section{
    padding: 100px;
}
.article-card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: none;
    margin-bottom: 10px;
}
.article-previos-btn{
    background: #E59427  !important;
    width: 33px !important;
    height: 34px !important;
    border-radius: 50% !important;
    padding: 5px !important;
    left: 93% !important;
    top: -55px !important;

}
.article-next-btn{
    background: #E59427  !important;
    width: 33px !important;
    height: 34px !important;
    border-radius: 50% !important;
    padding: 5px !important;
    top: -55px !important;
}

.email-info{
    margin: 50px 0px;
    padding: 50px;
    background: #d96b1f;
}
.email-info p{
    font-size: 30px;
    width: 50%;
}
.testimonial-prev-button{
    background:#aeb7b5 !important;
    width: 43px !important;
    height: 43px !important;
    border-radius: 50% !important;
    top: 100%  !important;
    left: 45% !important;
    margin-top: 20px !important;
}
.testimonial-next-button{
    background:#aeb7b5 !important;
    width: 43px !important;
    height: 43px !important;
    border-radius: 50% !important;
    top: 100% !important;
    right: 47% !important;
    margin-top: 20px !important;
}
.testimonial-carousle-card{
    width: 50%;
    background-color: #ECF1F0  !important;
    padding: 11px;
    margin-bottom: 30px;

}
.show-testmonilas {
    white-space: nowrap;
  width: 412px;
  overflow: hidden;
  text-overflow: ellipsis;

  }
  .show-testmonilas:hover {
  overflow: visible;
  white-space: normal;
  height: auto;
  }
  .testimonial-user-img{
    width: 300px !important;

}

.testimonial-heading-border{
    border-bottom: 2px solid #eca72a;
}
  @media only screen and (max-width: 768px) {

.Success-story{
    padding: 50px;
}


    .succes-card{
        margin-right: 2px;
        margin-bottom: 20px;
        width: 100%;

    }
    .article-previos-btn{

        left: 70% !important;


    }
    .testimonial-prev-button{
        width: 30px !important;
        height: 30px !important;
        left: 30% !important;
        top: 97.5% !important;
        margin-bottom: 0px !important;

    }
    .testimonial-next-button{
        width: 30px !important;
        height: 30px !important;
        right: 30% !important;
        top: 97.5% !important;
        margin-bottom: 0px !important;

    }

    .Article-section{
        padding: 50px;
    }
    .email-info p{
        width: 100%;
    }
    .media-margin-Testimonial{
        margin-bottom: 40px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 0px;
    }
}