.why_main_sayan{
    padding:0px 0px 24px 0px;
    width: 100%;
    background-image: url("/assets/images/home/count-home/mayo-bg.png");
    background-size: cover;
    background-position: center;
}
.why_main_sayan .why_content_main{
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.why_main_sayan .why_content_main .counter_main{
    width: 45%;
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top:48px;
    gap: 63px;
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main .counter_card{
    display: flex;
    flex-direction: column;
    align-items: center;
        /* width: 168px; */
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main .counter_card .count_img{
    width: 50px;
    height: 45px;
    margin-bottom: 20px;
}
img{
    width: 100%;
    height: 100%;
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main .counter_card .count_time{
    font-size: 46px;
    font-weight: 500;
    color: var(--grey);
    align-content: center;
    font-family: var(--fontfamily-main);
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main .counter_card .count_time span{
    font-size: 30px;
    font-weight: 300;
}
.why_main_sayan .why_content_main .counter_main .counter_sub_main .counter_card .count_text{
    text-align: center;
    font-size: 16px;
    color: var(--main-bgcolor);
    margin: 0;
}



.why_main_sayan .why_content_main .why_video_main{
    width: 50%;
    padding: 24px 0px; 
    align-content: center;
}
.why_main_sayan .why_content_main .why_video_main .video{
    position: relative;
    height: 450px;
}
.why_main_sayan .why_content_main .why_video_main .video img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 3;
}
.why_main_sayan .why_content_main .why_video_main .video .video_style{
   height: 450px;
    width: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}
.why_main_sayan .why_content_main .why_video_main .video .video_icon{
    content: '';
    top: 50%;
    left: 0%;
    width: 100px;
    height: 100px;
    background-image: url("/assets/images/home/count-home/video-icon.png");
    position: absolute;
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    right: 0;
    cursor: pointer;
    z-index: 4;
}