.success-story-page {
    padding: 60px 0;
}

.success-story-page .story-container {}


.success-story-page .video-container {
    width: 100%;
    height: 65vh;
    border-radius: 30px;
}

.success-story-page .video-container .play-img {
    width: 80px !important;
    height: 80px !important;
}

.success-story-page .video-container .logo-img {
    top: 40px !important;
    left: 40px !important;
    width: 160px !important;
}

.success-story-page .video-container .video-img {
    background-position: 50% 20%;
}

.success-story-page .story-container .row {
    gap: 20px;
    margin-top: 100px;
    position: relative;
}

.success-story-page .story-container .row>h3 {
    display: none;
    font-weight: 600;
    font-size: 18px;
}

.success-story-page .story-container .row .stars-img {
    position: absolute;
    top: -70px;
    left: 0;
    width: 250px;
    z-index: 1;
}

.success-story-page .story-container .person-card {
    width: 400px;
    padding: 15px;
    border: 1px solid #E5E7EB;
    background-color: #FAFAFA;
    border-radius: 12px;
}

.success-story-page .story-container .person-card .person-img {
    height: 290px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
}

.success-story-page .story-container .person-card .person-img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10%);
}

.success-story-page .story-container .person-card .person-info {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.success-story-page .story-container .person-card .person-info i {
    font-size: 40px;
    color: var(--sc-primary);
}

.success-story-page .story-container .person-card .person-info p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #525252;
}

.success-story-page .story-container .person-card .follow h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.success-story-page .story-container .person-card .follow .social-links {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.success-story-page .story-container .person-card .follow .social-links a {
    font-size: 26px;
    color: var(--sc-primary);
    border: 2px solid var(--sc-primary);
    border-radius: 50%;
    padding: 8px 11px;
}

.success-story-page .story-container .person-card .follow .social-links a:hover {
    background-color: var(--sc-primary);
    color: #fff;
}

.success-story-page .story-container .story {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.success-story-page .story-container .story h2 {
    font-size: 32px;
    font-weight: 600;
}

.success-story-page .story-container .story p:first-of-type {
    font-size: 20px;
    font-weight: 400;
    color: #404040;
}

.success-story-page .story-container .story p:last-of-type {
    font-size: 20px;
    font-weight: 400;
    color: #525252;
}

.success-story-section {
    padding: 20px 0 !important;
}


@media screen and (max-width: 1024px) {

    .success-story-page .video-container .play-img {
        width: 70px !important;
        height: 70px !important;
    }

    .success-story-page .video-container .logo-img {
        width: 100px !important;
    }

    .success-story-page .story-container .story h2 {
        font-size: 28px;
    }

    .success-story-page .story-container .story p:first-of-type {
        font-size: 20px;
    }

    .success-story-page .story-container .story p:last-of-type {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {

    .success-story-page .video-container {
        height: 50vh;
    }

    .success-story-page .video-container .play-img {
        width: 50px !important;
        height: 50px !important;
    }

    .success-story-page .video-container .logo-img {
        width: 80px !important;
    }

    .success-story-page .story-container>div.row {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 40px;
    }

    .success-story-page .story-container .row .stars-img {
        top: -10px;
        left: 15px;
        width: 180px;
    }

    .success-story-page .story-container .row>h3 {
        display: block;
        padding-right: 25px;
    }

    .success-story-page .story-container .person-card .follow h3 {
        display: none;
    }



    .success-story-page .story-container .person-card {
        width: 95%;
    }

    .success-story-page .story-container .person-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .success-story-page .story-container .person-card .person-img {
        height: 90px;
        width: 90px;
        margin-bottom: 20px;
        border-radius: 50%;
    }

    .success-story-page .story-container .person-card .person-info {
        flex-direction: column;
        gap: 0;
    }

    .success-story-page .story-container .person-card .person-info p {
        font-weight: 400;
        font-size: 18px;
        line-height: 2;
        text-align: center;
        margin-bottom: 0;
    }

    .success-story-page .story-container .person-card .follow {
        width: 40%;
    }

    .success-story-page .story-container .person-card .follow .social-links {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 640px) {
    .success-story-page .story-container .person-card .follow {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .success-story-page .story-container>div.row {
        flex-direction: column-reverse;
        margin-top: 35px;
    }

    .success-story-page .story-container .row .stars-img {
        top: -10px;
        left: 15px;
        width: 180px;
    }

    .success-story-page .story-container .story h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 425px) {
    .success-story-page .video-container {
        height: 30vh;
    }

    .success-story-page .story-container>div.row {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .success-story-page .story-container .row .stars-img {
        top: -10px;
        left: 15px;
        width: 150px;
    }

    .success-story-page .story-container .story h2 {
        font-size: 20px;
    }

    .success-story-page .story-container .story p:first-of-type {
        font-size: 16px;
    }

    .success-story-page .story-container .story p:last-of-type {
        font-size: 16px;
    }

    .success-story-page .story-container .person-card .follow {
        width: 70%;
    }

}

.success-story-card .social-icons :first-child i {
    padding: 15px 15px !important;
}