.patient-stories {
    background-color: #034ea2;
    height: 70px;
    text-align: center;
}

.patient-stories h1 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.patient-stories a {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

.success-story-card {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 15px;
    height: 100%;
    position: relative;
}

.success-user-circle {
    border-radius: 50%;
    border: 2px solid #034ea2;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -30px;
    right: 0;
    left: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-user-img {
    height: 30px;
    width: 30px;
}

.success-quote {
    color: #034ea2;
}

.success-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.success-user span {
    color: #034ea2;
    font-size: 16px;
    font-weight: 700;
}
.success-user i{
    color: #FFC55A;
    font-size: 16px;
    font-weight: 700;
}