

.testimonial5{
    display: flex;
    justify-content: center;
    margin-top: 100px !important;
   z-index: 2;
   padding-top: 50px !important;
}
.testimonial5-item{
    margin: 10px;
    padding: 30px 35px;
    background: #FFFFFF;
    box-shadow: -3px 12px 59px -7px rgba(158, 158, 158, 0.35);
    border-radius: 8px;
    height: 375px;
    width: 380px;
}
.test5-qoute{
    width: 55px;
    margin-bottom: 10px;
    position: relative;
    left: -10px;
}

.test4-para{
    font-size: 18px;
    line-height: 36px;
    color:var(--color-dark-blue);
    margin-bottom: 25px;
}
.test5-profile{
    width: 70px;
    height: 80px;
    margin-right: 20px;
}

.test5-name {
    margin-top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 6px;
    color: #05034E;
}

.test5-dagisnation{
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0.01em;   
    color: #05034E;
}
.testimonial5-item-mid{
    padding: 50px 30px;
    height: 420px;
    position: relative;
    top: -20px;
}













