@media screen and (min-width: 300px){
    .card-show{
        margin-left: 15px;
        max-width: 22rem;
    }
    .imgShowMain{
        width: 100%;
        max-height: 14rem;
        object-fit: cover;
    }
    .ProductBlock {
        padding: 0 0.2vw;
        min-height:23rem;
      }
      .TextNewsMain{
        font-size: 9px;
      }
      .textHnews{
        font-size: 20px;
      }
      .textDanews{
        font-size: 15px;
      }
      .textDnews{
        font-size: 15px;
      }
      .btnMore{
        font-size: 10px;
      }
      
}
    

@media screen and (min-width: 768px) {
    .card-show{
        margin-left: 11px;
        max-width: 15rem;
    }
    .imgShowMain{
        width: 100%;
        height: 11rem;
        object-fit: cover;
    }
    .ProductBlock {
        padding: 0 0.2vw;
        min-height:23rem;
      }
      .TextNewsMain{
        font-size: 10px;
      }
      .textHnews{
        font-size: 15px;
      }
      .textDanews{
        font-size: 12px;
      }
      .textDnews{
        font-size: 11px;
      }
      .btnMore{
        font-size: 20px;
      }
    
}

@media screen and (min-width: 1200px) {
    .card-show{
        max-width: 18rem;
    }
    .imgShowMain{
        width: 100%;
        height: 120rem;
        object-fit: cover;
    }
    .ProductBlock {
        padding: 0 0.2vw;
        min-height:23rem;
      }
      .TextNewsMain{
        font-size: 100px;
      }
      .textHnews{
        font-size: 20px;
      }
      .textDanews{
        font-size: 15px;
      }
      .textDnews{
        font-size: 15px;
      }
      .btnMore{
        font-size: 20px;
      }
    
}

@media screen and (min-width: 1900px) {
  .card-show{
    min-height: 20rem;
    max-width: 27rem;
}
.TextNewsMain{
  font-size: 200px;
}
  .imgShowMain{
    min-width: 27rem;
    min-height: 20rem;
    object-fit: cover;
  }
  .BoxShowMain{
    min-height: 50rem;
  }
  .textHnews{
    font-size: 30px;
  }
  .textDanews{
    font-size: 20px;
  }
  .textDnews{
    font-size: 20px;
  }
  .btnMore{
    font-size: 20px;
  }

}