.vdg{
    width: 500px;
    height: 300px;
    object-fit: cover;
}
@media screen and (max-width:768px) {
  .vdg{
    width: 330px;
    height: 270px;
    object-fit: cover;
  }
    
}
.hdg1{
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #00707d;
}
.hsp{
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    color: black;
}
.ftr{
    font-size: 14px !important;
}
@media screen and (max-width:768px) {
    .ftr{
        font-size: 10px !important;
    }
}
.ftr1{
    font-size: 28px !important;
    line-height: 1 !important;
    color: #00707d;
}
@media screen and (max-width:768px) {
    .ftr1{
        font-size: 18px !important;
    }
}