@media (min-device-width:1024px){
   /*desktop view media class Error correction*/
   .header_top{
/*   	height: 8.9vw!important;*/
   	/*background: blue;*/
   }
   .card>.card-body {
    display: flex;
    flex-direction: column;
    /*height: auto;*/
}
.same-h-flex-card{
    height: 423px;
}
}
