.video-sec{
    width: 100vw;
    display: grid;
    justify-content: center;
    align-items: center;
    background-image: url(../img/background/blue-arrow.png);
    background-repeat: no-repeat;
    background-size: 47em;
    background-position-x: -33em;
    background-position-y: -8em;
    margin-top: 4em;
}

.card-sec{
    width: 100vw;
    background-image: url('../img/banner/texture.png');

    overflow: hidden;
    padding-bottom: 5em;
}

.card-wrapper {
    width: 100vw;
    height: 30em;
    display: grid;
    grid-template: " . . . ";
    justify-content: center;
    align-items: center;
    justify-self: center;
    padding-bottom: 5em;
    background-image: url(../img/background/yellow-arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    /* background-position-x: 98em; */
    background-position-y: -33em;
    background-attachment: local;
}

.card {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 380px;
    height: 155px;
    margin: 1em;
    background: #fff;
    border-radius: 3px;
}

.text-card{
    width: 17em;
    height: 6em;
    display: grid;
    align-items: center;
    justify-content: center;
}

.img-card{
    width: 5em;
    height: 5em;
    background-color:#FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.img-card img{
    width: 3em;
}
.text-card h1 {
    width: 16em;
    color: #2B0556;
    font: normal normal bold 17px/20px Poppins;
}


.text-card h2 {
    color: #1D2224;
    font: normal normal 400 15px/16px Poppins;
}

.video-sec{
    width: 100vw;
    overflow: hidden;
    padding-bottom: 5em;
}


/* video div  */

.video-ws365{
    width: 100vw;
    height: 635px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    justify-self: center;
}
.video-ws365 iframe{
    width: 1108px;
    height: 635px;
}
/* card new grid tamplate  */

.card-wrapper-video{
    grid-template: " . . ";
}
@media only screen and (max-width: 1098px) {
    .video-ws365 {
        height: 508px;
    }
    .video-ws365 iframe {
        width: 847px;
        height: 464px;
    }
}

@media only screen and (max-width: 860px) {
    .video-ws365 iframe {
        width: 542px;
        height: 317px;
    }
    .video-ws365 {
        height: 373px;
    }
    .card-wrapper{
        height:auto;
        display:block;
        text-align: left;
        text-align: -webkit-center;
    }
}
@media only screen and (max-width: 549px) {
   
    .video-sec{
        background-color: white;
        background-image: initial;

    }
    .card-wrapper.card-wrapper-video {
        background-image: inherit;
    }
    .video-ws365 iframe {
        width: 410px;
        height: 223px;
    }
    .video-ws365 {
        height: 233px;
    }
    .card {
        display: grid;
        justify-content: space-around;
        align-items: center;
        width: 314px;
        height: 227px;
        margin: 1em;
        border-radius: 1px;
        justify-items: center;
        box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    }

    .card-wrapper.card-wrapper-video {
        height: 51em;
    }
    .video-ws365 iframe {
        width: 316px;
        height: 181px;
    }
}