.table-fix{
        width: 100%;
    }

.wrap-fix{
    overflow-wrap:break-word;
}

@media (max-width: 575.98px) {
    .width-fix {
      width: 90%;
    }
  }

@media screen and (max-width: 375px) {


   
    .discover-body-fix{
        width: 96%;
    }
    
    .btn-discover{
        max-width: 303px;
    }
    .table-wrapper-sm{
        max-width:250px;
    }

    .small-fix{
        padding: 0 1rem;
    }

    .btn-fix{
        margin-bottom: 0.5rem;
    }

    .small-bg{
        padding:1rem;
    }

    .row-fix{
        padding: 1.5rem 2rem !important;
    }

   }