.section-heading h1 {
    color: #0072bc;
    position: relative;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

.heading-underline {
    height: 4px;
    width: 70px;
    background: linear-gradient(90deg, #0072bc 0%, #00a0e3 100%);
    margin-bottom: 30px;
}

.card {
    border-radius: 20px;
    overflow: hidden;
}

/*.card:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);*/
/*}*/

.video-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    margin-bottom: 10px;
}

.webinar-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.success-story-video {
    object-fit: cover;
    width: 600px;
    height: 300px;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.user-info img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.success-story-h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    min-height: 40px;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 5px;
}

.card-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.card-text {
    color: #666;
    font-size: 0.95rem;
}

@media screen and (max-width: 767px) {
    .success-story-video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .card {
        margin-bottom: 15px;
    }

    .user-info {
        flex-direction: column;
        text-align: center;
    }

    .user-info img {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .card-title {
        text-align: center;
    }
}
