.work_section {
    padding: 50px 0;
}

.work_section .work_top_part {
    text-align: center;
    margin-bottom: 40px;
}

.work_section .work_heading h2 {
    font-family: "Fraunces", serif;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
    color: #173F3F;
    text-align: center;
    margin-bottom: 10px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.work_section .work_heading h2 strong {
    color: #0E8F96;
}

.work_section .work_para p {
    max-width: 770px;
    margin: 0 auto;
}

.work_section .work_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.work_section .work_left_column {
    width: 50%;
}

.work_section .work_right_column {
    width: 50%;
}

.work_section .work_left_box {
    position: relative;
    width: 100%;
    height: 511px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 74.36%, #000 97.95%);
    border-radius: 30px;
    overflow: hidden;
}

.work_section .work_image_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.work_section .work_left_box.is_playing .work_image_overlay {
    display: none;
}

.work_section .work_image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    /* display: none; */
}

.work_section .work_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.work_section .work_play_btn {
    margin-top: auto;
    margin-bottom: auto;
    /* display: none; */
}

.work_play_icon_wrapper {
    width: 60px;
    height: 60px;
    background: #DF607E;
    border: 4px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

.work_section .work_play_icon_wrapper:hover {
    background: #123F42;
}

.work_section .work_play_icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
    object-position: center;
}

.work_section .work_video_caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.work_section .work_video_caption span {
    font-family: "Fraunces", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
    color: #FFF;
}

.work_section .work_video {
    width: 100%;
    height: 100%;
}

.work_section .work_video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work_section .work_right_box {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.work_section .work_item {
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-radius: 30px;
    padding: 50px 30px 36px 30px;
}

.work_section .work_item_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.work_section .work_item_number {
    min-width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work_section .work_item_number span {
    font-weight: 700;
    font-size: 20px;
    line-height: normal;
}

.work_section .work_item:nth-child(1) .work_item_number {
    background: #EAFDFE;
}

.work_section .work_item:nth-child(1) .work_item_number span {
    color: #0C8389;
}

.work_section .work_item:nth-child(2) .work_item_number {
    background: #FFECF1;
}

.work_section .work_item:nth-child(2) .work_item_number span {
    color: #EB5E82;
}

.work_section .work_item:nth-child(3) .work_item_number {
    background: #FFFAEC;
}

.work_section .work_item:nth-child(3) .work_item_number span {
    color: #F9C221;
}

.work_section .work_item_text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #173F3F;
    margin-bottom: 5px;
}
.work_section .work_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    overflow: hidden;
}

.work_section .work_video video,
.work_section .work_video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.work_section .work_video video {
    object-fit: cover;
}
@media (max-width: 1199px) {
    .work_section {
        padding: 60px 0;
    }

    .work_section .work_top_part {
        margin-bottom: 35px;
    }

    .work_section .work_heading h2 {
        font-size: 32px;
        line-height: 42px;
        max-width: 630px;
    }

    .work_section .work_para p {
        line-height: 24px;
    }

    .work_section .work_row {
        gap: 30px;
    }

    .work_section .work_left_box {
        height: 450px;
    }

    .work_section .work_video_caption {
        bottom: 20px;
        left: 20px;
    }

    .work_section .work_video_caption span {
        font-size: 18px;
    }

    .work_section .work_right_box {
        gap: 15px;
    }

    .work_section .work_item {
        padding: 40px 20px 26px 20px;
    }

    .work_section .work_item_content {
        gap: 15px;
    }

    .work_section .work_item_number {
        min-width: 55px;
        height: 55px;
    }

    .work_section .work_item_number span {
        font-size: 18px;
    }

    .work_section .work_item_text h3 {
        font-size: 22px;
    }

    .work_section .work_item_text p {
        line-height: 24px;
    }

}

@media (max-width: 991px) {
    .work_section {
        padding: 40px 0;
    }

    .work_section .work_top_part {
        margin-bottom: 30px;
    }

    .work_section .work_heading h2 {
        font-size: 28px;
        line-height: 38px;
        max-width: 560px;
    }

    .work_section .work_row {
        gap: 20px;
    }

    .work_section .work_left_box {
        height: 400px;
    }

    .work_section .work_video_caption {
        bottom: 15px;
        left: 15px;
    }

    .work_section .work_video_caption span {
        font-size: 16px;
    }

    .work_section .work_right_box {
        gap: 10px;
    }

    .work_section .work_item {
        padding: 20px 15px 15px 15px;
    }

    .work_section .work_item_content {
        gap: 10px;
    }

    .work_section .work_item_number {
        min-width: 50px;
        height: 50px;
    }

    .work_section .work_item_text h3 {
        font-size: 18px;
    }

    .work_section .work_item_text p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .work_section {
        padding: 30px 0;
    }

    .work_section .work_top_part {
        margin-bottom: 20px;
    }

    .work_section .work_heading h2 {
        font-size: 24px;
        line-height: 34px;
        max-width: 100%;
    }

    .work_section .work_para p {
        font-size: 15px;
        line-height: 22px;
    }

    .work_section .work_row {
        flex-direction: column;
    }

    .work_section .work_left_column,
    .work_section .work_right_column {
        width: 100%;
    }

    .work_section .work_left_box {
        height: 350px;
        border-radius: 15px;
    }

    .work_section .work_play_icon_wrapper {
        width: 50px;
        height: 50px;
    }

    .work_section .work_play_icon {
        width: 20px;
        height: 20px;
    }

    .work_section .work_video_caption {
        bottom: 10px;
        left: 10px;
    }

    .work_section .work_item {
        padding: 10px;
        border-radius: 20px;
    }

    .work_section .work_item_number {
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
    }

    .work_section .work_item_number span {
        font-size: 16px;
    }

    .work_section .work_item_text h3 {
        font-size: 16px;
    }
}