._patientsContent_gp331_6 {
    max-width: 1030px;
    margin: 0 auto;
    padding-top: 79px;
    margin-bottom: 50px;
}

._patientsTitle_gp331_13 {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
}

._newsList {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

._newsCard {
    display: flex;
    flex-direction: row;
    background: #fff;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

._newsCard:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

._newsData {
    padding: 28px 24px 21px 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

._newsImg {
    width: 280px;
    min-width: 280px;
    height: 200px;
    object-fit: cover;
    object-position: 50% 0;
}

.video-preview-wrap {
    position: relative;
    display: inline-block;
    /* width: 100%; */
}

.video-sound-btn {
    position: absolute;
    top: 10px!important;
    right: 10px;
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%;
    border: none!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    z-index: 100!important;
    padding: 0;
    transition: background 0.2s;
}

.video-sound-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.video-sound-btn svg {
    width: 20px!important;
    height: 20px!important;
}

.video-sound-btn .icon-unmuted { display: none; }
.video-sound-btn .icon-muted { display: block; }
.video-sound-btn.unmuted .icon-unmuted { display: block; }
.video-sound-btn.unmuted .icon-muted { display: none; }

.video-fullscreen-btn {
    position: absolute;
    top: 10px!important;
    right: 56px;
    width: 36px!important;
    height: 36px!important;
    border-radius: 50%;
    border: none!important;
    background-color: rgba(0, 0, 0, 0.5)!important;
    color: #fff;
    cursor: pointer!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    z-index: 100!important;
    padding: 0;
    transition: background 0.2s;
}

.video-fullscreen-btn:hover {
    background: rgba(0, 0, 0, 0.7);
}

.video-fullscreen-btn svg {
    width: 20px!important;
    height: 20px!important;
}

._newsDate {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    margin-bottom: 8px;
}

._newsName {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 7px;
}

._newsText {
    flex: 1 1 auto;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1100px) {
    ._patientsContent_gp331_6 {
        width: 100%;
        padding: 0 20px;
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    ._patientsTitle_gp331_13 {
        font-size: 24px;
        line-height: 30px;
    }

    ._patientsContent_gp331_6 {
        padding-top: 20px;
    }
}

@media (max-width: 600px) {
    ._newsCard {
        flex-direction: column;
    }

    ._newsCard:hover {
        transform: none;
        transition: none;
    }

    ._newsImg {
        width: 100%;
        min-width: unset;
        height: 200px;
    }
}

@media (max-width: 479px) {
    ._patientsTitle_gp331_13 {
        font-size: 18px;
        line-height: 24px;
    }
}
