.gtgtg{
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    background: #FFF;
    padding: 20px 15px;
}
.gtgtg:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.grgrgr{
    h3{
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: #101828;
    }
    h6{
        font-size: 13px;
        font-weight: 400;
        color:#007A55;   
    }
    span{
        color: #6A7282;
        font-size: 10px;
        font-weight: 400;
    }
}
.effrrt{
    p{
        font-size: 14px;
        font-weight: 400;
        color: #4A5565;
    }
}
.wefefe{
    background-color: #009966;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: #fff;
    padding: 6px ;
    font-size: 14px;
    font-weight: 500;
}
.wefefe:hover{
    background-color: #036e4b;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media screen and (max-width: 768px) {
    .service-box {
        width: 90%;
    }
        .select-row {
        flex-wrap: nowrap;
        gap: 10px;
    }
    .rgrgr img{
        width: 100px;
    }
    .grgrgr {
    h3 {
        font-size: 14px;
        line-height: 20px;
    }
        h6 {
        font-size: 12px;
    }
}

.effrrt {
    p {
        font-size: 12px;
    }
}
}

.cardd{
background:white;
border-radius:14px;
overflow:hidden;
border: 1px solid #E5E7EB;
}
.cardd:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
/* video area */

.video-box{
position:relative;
cursor:pointer;
}
                    
video{
width:100%;
display:block;
}

/* label */

.label{
position:absolute;
top:15px;
left:15px;
background:rgba(0,0,0,0.7);
color:white;
padding: 2px 5px;
font-size:12px;
border-radius:8px;
}

/* play button */

.play-btn{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:60px;
height:60px;
background:#ffffffd4;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
transition:0.3s;
}

.hide{
opacity:0;
pointer-events:none;
}

/* content */

.content{
padding:16px;
}

.title{
font-size:15px;
font-weight:500;
margin-bottom:20px;
color: #101828;
}

.info{
display:flex;
justify-content:space-between;
color:#4A5565;
font-size:14px;
margin-bottom:18px;
}

