h4.welcome-block-style-3-head {
    color: #fff;
    text-align: center;
    margin-bottom: 75px;
    font-weight: 500;
}
.welcome-block-style-2.welcome-block-style-3 .welcome-left {
    padding-right: 0;
    width: 48%;
}
.welcome-block-style-2.welcome-block-style-3 .welcome-left * {
    line-height: 2em;
    color: #fff;
}
.welcome-block-style-2.welcome-block-style-3 .welcome-right {
    min-height: 100px;
    width: 45%;
}
.welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
    height: 340px;
    box-shadow: none;
}
.welcome-block-style-2.welcome-block-style-3 .player-container video {
    border-radius: 5px;
}
.content-mode-style-2 h4.welcome-block-style-3-head,
.welcome-block-style-2.welcome-block-style-3 .content-mode-style-2 .welcome-left * {
    color: #1E1E1E;
}
.welcome-block-style-2.welcome-block-style-3 .content-mode-style-2 .welcome-left p {
    color: #77808B;
}
.content-mode-style-2 h4.welcome-block-style-3-head span{
    color: #71E5D2;
}

.welcome-block-style-2.welcome-block-style-3 .welcome-left h5 {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.welcome-content-footer {
    position: relative;
    margin-top: 30px;
}
.welcome-content-footer::before {
    height: 100%;
    width: 52%;
    background-color: #71e5d2;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}
.welcome-content-footer .container-md {
    display: flex;
}
.welcome-content-footer-each {
    width: 55%;
    display: flex;
    background-color: #71E5D2;
    justify-content: space-between;
}
.welcome-content-footer-content {
    padding: 30px 30px 30px 0;
    width: 70%;
    display: flex;
    align-items: center;
}
.welcome-content-footer-content p {
    font-weight: 600;
    color: #1E1E1E;
}
.welcome-content-footer-image {
    background-color: #fff;
    display: flex;
    align-items: center;
}

section.welcome-block.bg-mode-style-3 {
    background: linear-gradient(180deg, #7E7355 0%, #B7AF8B 100%);
    background-repeat: no-repeat;
    background-position: right center;
}
.welcome-block-style-2.welcome-block-style-3 .content-mode-style-3 .welcome-left h5 {
    font-size: 24px;
    font-family: 'Playfair Display';
}
.welcome-block-style-2.welcome-block-style-3 .content-mode-style-3 .player-container video {
    border: 5px solid #4D4D4C;
}

@media (max-width:1566px) {
}

@media (max-width:1440px) {
}

@media (max-width:1380px) {
    .welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
        height: 310px;
    }
    h4.welcome-block-style-3-head {
        margin-bottom: 60px;
    }
}

@media (max-width:1366px) {
}

@media only screen and ( max-width: 1199px) {
    .welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
        height: 250px;
    }

}

@media only screen and ( max-width: 961px) {
    .welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
        height: 220px;
    }
    h4.welcome-block-style-3-head {
        margin-bottom: 50px;
    }
    .welcome-content-footer-each {
        width: 100%;
    }
    .welcome-block-style-2.welcome-block-style-3 .content-mode-style-3 .welcome-left h5 {
        font-size: 20px;
    }
}

@media only screen and ( max-width: 768px) {
    .welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
        height: 300px;
    }
    .welcome-block-style-2.welcome-block-style-3 .welcome-left {
        width: 100%;
        border: none;
        margin: 0;
    }
    .welcome-block-style-2.welcome-block-style-3 .welcome-right {
        width: 100%;
        min-height: 100px;
    }
    h4.welcome-block-style-3-head {
        margin-bottom: 30px;
    }
    .welcome-block-style-2.welcome-block-style-3 .welcome-left {
        padding-bottom: 20px;
    }
}

@media only screen and ( max-width: 560px) {
    .welcome-block-style-2.welcome-block-style-3 .welcome-video-mp4 {
        height: 250px;
    }

}