.card.study_articles{
        border: none;
         border: none;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    }
  
    .study_articles a{
        border: none;
        color: #000;
    }
    .study_articles h6{
        border: none;
        margin-bottom: 0px;
    }
    .study_articles a:hover{
        color:#212c53;
    }
    .table-bordered thead th{
        background:#E2E2E2 ;
    }
    .table-bordered a {
        background: #212c53;
        padding: 5px 14px;
        border-radius: 14px;
        color: #fff;
    }
    .table-bordered a:hover{
         color:#fff;
          background: #f11829;
    }
    .table-bordered p {
        margin-bottom: 0px;
    }
    .table-bordered h6{
         font-size: 14px;
    }
    @media only screen and (max-width: 767px){
        .animal_products {
            width: 100%;
        }
        .table-bordered {
            border: 1px solid #dee2e6;
            display: block;
            overflow: auto !important;
            width: 100%;
            white-space: nowrap;
        }
    }