.table-content p
{
   padding-top: 50px;
    line-height: 1.8;
    font-family: poppins;
    font-weight: Regular 400;
    font-size:15px;
    /* text-align: center; */
}
table, th, td {
    border:1px solid black;
    padding: 10px;
    text-align: center;
  }
.tablerform1
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.tablerform2
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.tablerform3
{
    margin-top: 30px;
    margin-bottom: 30px;
}
.tablerform3 table
{
    border:1px solid black;
    padding: 20px;
    text-align: center;
}
.tablerform1 h3 ,.tablerform2 h3 ,.tablerform3 h3
{
    font-family:montserrat;
    font-weight:  600;
    text-transform: uppercase;
    font-size:25px;
    padding-bottom: 20px;
}
 table th
 {
    font-family:poppins;
    font-weight: Regular 400;
    font-size: 15px;
    text-transform:capitalize ;
 }
 table td
 {
    font-family: poppins;
    font-size:15px;
    text-transform:capitalize ;
 }

 @media screen and (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        white-space: nowrap;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .tablerform1,
    .tablerform2,
    .tablerform3 table {
        padding: 10px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tablerform1 h3, .tablerform2 h3, .tablerform3 h3 {
        font-size: 1rem;
    }

    table th {
        font-size: 1rem;
    }

    table td {
        font-size: 0.8rem;
    }
}
@media screen and (max-width:375px){
    .tablerform1 h3, .tablerform2 h3, .tablerform3 h3 {
        font-size: 0.8rem;
    }
}
@media screen and (min-width:769px)and (max-width:992px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        white-space: nowrap;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .tablerform1,
    .tablerform2,
    .tablerform3 table {
        padding: 10px;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media screen and (min-width:993px)and (max-width:1440px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    th, td {
        white-space: nowrap;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

    .tablerform1,
    .tablerform2,
    .tablerform3 table {
        padding: 10px;
        overflow-x: auto;
        white-space: nowrap;
    }
}