.video-with-content-section{
    background-color: #F2F2F2;
}

.video-section{
    max-width: 1100px;
    margin: 0 auto;
}

.welcome-video-img {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
}

.welcome-video-img .vedio-overlay-img{
    border-radius: 0px;
}

.welcome-video-img .play-icon {
    position: absolute;
    color: #fff;
    font-size: 60px;
    display: inline-flex;
    max-height: 72px;
    max-width: 72px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.video-with-content-section .button-container{
    text-align: right;
}

.video-with-content-section .read-more-button,
.video-with-content-section .read-more-button:visited,
.video-with-content-section .read-more-button:focus-visible{
    background-color: var(--primary-color);
    color: var(--white-color);
    text-decoration: none;
    padding: 14px 24px 14px 24px;
    display: inline-block;
    font-family: var(--figtree-font);
    font-size: var(--font-18);
    font-weight: 400;
    border: 2px solid var(--primary-color);
    transition: 0.3s ease all;
    line-height: 100%;
    box-shadow: none;
    outline: none;
}

.video-with-content-section .read-more-button .arrow-icon{
    margin-left: 10px;
    filter: brightness(0) invert(1);
}

.video-with-content-section .read-more-button:hover{
    background-color: transparent;
    color: var(--primary-color);
    transition: 0.3s ease all;
}

.video-with-content-section .read-more-button img{
    transition: 0.3s ease all;
}

.video-with-content-section .read-more-button:hover img{
    filter: brightness(1) invert(0);
    transition: 0.3s ease all;
}