 /* Google Font */
 /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@100..900&display=swap');

 .container-tab2col {
     width: 75%;
     max-width: 1200px;
     margin: 5px auto;
     /* background-color:none; */
     padding: 20px;
     /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
     border-radius: 8px;
     line-height: 1.5;
     font-family: "Noto Sans Devanagari", sans-serif;
 }

 .container-tab2col h2 {
     text-align: center;
     color: #ff5733;
     margin-bottom: 2vw;
 }
.container-tab2col h1{
    margin: .3rem auto;
    text-align: center;
    color: rgb(251, 255, 252);
    background: linear-gradient(45deg, rgb(62, 216, 96), green);
    /* background-color: rgb(255, 0, 195); */
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: .8rem 2rem;
}
 .tab2col {
     width: 100%;
     border-collapse: collapse;
     margin-top: 1vw;
     font-size: 1.1rem;
     line-height: 1.5;

 }
.container-tab2col p{
    margin-top: 1.5rem;
    color: #2012a0;
}
 .tab2col th,
 .tab2col td {
     padding: 12px;
     border: 1px solid #ddd;
     text-align: left;
     /* background-color: #ffffff; */
     color: black;

 }

 .tab2col th {
     background-color: #078bbc;
     color: white;
     font-weight: bold;
 }

 .tab2col tr:nth-child(odd) {
     background-color: #d0f8fd;
     /* font-style: italic; */
 }

 .tab2col tr :hover {
    cursor: pointer;
     background-color: #fdd5b1;
 }

 /* Responsive */
 @media (max-width: 800px) {
    .tab2col tr{
        line-height: 1.5;
    }

     .tab2col th,
     .tab2col td {
         padding: .5rem;
         font-size: 1rem;
         line-height: 1.5;
     }

     .container-tab2col h2 {
         font-size: 1.3rem;
      
     }
     
     .container-tab2col h1{
        font-size: 1.4rem;
     }

     .container-tab2col {
         width: 95%;
         padding: 1rem;

     }
 }

 @media (max-width: 480px) {

     .tab2col th,
     .tab2col td {
         padding: .5rem;
         font-size: 1rem;
         line-height: 1.5;
     }

     .container-tab2col {
         width: 100%;
         padding: 1.5;
         overflow-x: scroll;

     }

     .container-tab2col h2 {
         font-size: 1.2rem;
         line-height: 1.5;
     }

     .tab2col {
         font-size: 1rem;
     }
     .container-tab2col h1{
        font-size: 1.2rem;
     }
 }