*{
    margin: 0;
    padding: 0;
}
.chaiti-teacher-main{
    /* border: 1px solid green; */
}
.chaiti-teacher-main .heading{
    /* border: 1px solid red; */
    text-align: center;
}
.chaiti-teacher-main .heading .heading1{
    font-size: 15px;
    font-weight: bold;
    font-family: sans-serif;
}
.chaiti-teacher-main .sub-heading{
    /* border: 1px solid salmon; */
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
}
.chaiti-teacher-main .img-card{
    /* border: 1px solid blue; */
}
.chaiti-teacher-main .img-card .sub-card-img{
    /* border: 1px solid green; */
    display: flex;
    justify-content:center;
    margin: 20px ;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1{
    height: 55vh;
    width: 20vw;
    /* border: 1px solid red; */
    margin: 10px 10px;
    border-bottom-left-radius:70px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    box-shadow:0 0 20px rgba(0, 0, 0, .09);
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .top-img{
    /* border: 1px solid green; */
    height: 30vh;
    border-bottom-left-radius:70px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    /* border-bottom-right-radius:10px; */
    background-image: url(/img/c-worker.jpg);
    background-size: cover;
    box-shadow:0 0 20px rgba(0, 0, 0, .09);
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .top-img1{
    /* border: 1px solid green; */
    height: 30vh;
    border-bottom-left-radius:70px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    /* border-bottom-right-radius:10px; */
    background-image: url(/img/c-worker1.jpg);
    background-size: cover;
    box-shadow:0 0 20px rgba(0, 0, 0, .09);
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .top-img2{
    /* border: 1px solid green; */
    height: 30vh;
    border-bottom-left-radius:70px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    /* border-bottom-right-radius:10px; */
    background-image: url(/img/c-worker2.jpg);
    background-size: cover;
    box-shadow:0 0 20px rgba(0, 0, 0, .09);
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content{
    /* border: 1px solid green; */
    margin: 10px 0px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content1{
    /* border: 1px solid red; */
    text-align: center;
    margin: 5px 10px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content1 .title{
    font-size: 15px;
    font-family: sans-serif;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content2{
    /* border: 1px solid red; */
    text-align: center;
    margin: 5px 10px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content2 .title1{
    font-size: 12px;
    font-family: sans-serif;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content3{
    /* border: 1px solid red; */
    text-align: center;
    margin: 10px 25px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content3 .para{
    font-size: 12px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content4{
    /* border: 1px solid red; */
    text-align: center;
    margin: 5px 10px;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content4 .icon{
    display: flex;
    justify-content: center;
}
.chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content4 .icon .icon1{
    /* border: 1px solid salmon; */
}
@media(max-width:768px){
    .chaiti-teacher-main .img-card .sub-card-img{
        flex-wrap: wrap;
        justify-content:center;
    }
    .chaiti-teacher-main .img-card .sub-card-img .img-card1{
       width: 45%;
       height: 40%;
    }
    .chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content4 .icon .icon1{
       font-size: 10px;
    }
    .chaiti-teacher-main .img-card .sub-card-img .img-card1 .content .content3{
        /* border: 1px solid red; */
        text-align: center;
        margin: 10px 35px;
    }
}
@media(max-width:320px){
    .chaiti-teacher-main .img-card .sub-card-img .img-card1{
        width: 90%;
        height: 20%;
     }
}
@media(max-width:1024px){
    .chaiti-teacher-main .img-card .sub-card-img .img-card1{
        width: 50%;
        height: 70%;
     }
}