.whatsapp {
      position: fixed;
      bottom: 15px;
      right: 15px;
      z-index: 99999;
      font-size: 12px;
}
.category-text-block {
    height: 300px;
    overflow: hidden auto;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 20px;
}
.category-text {
    height: 300px;
    overflow: hidden auto;
    border: 1px solid #f1f1f1;
    padding: 20px;
    border-radius: 20px;
}
@media (max-width: 1199px) {

  .whatsapp {
      position: fixed;
      bottom: 15px;
      left: 15px;
      z-index: 99999;
      font-size: 12px;
  }

}