.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
.container h2{
    
        font-size: 25px;
        font-family: system-ui;
        color: #ef6868;
}
.table{
    border: 1px solid black;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    width: 100%;
    /* margin-bottom: 1rem; */
    background-color: transparent;

}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid black;
    background: #f7b20f;;
    color: black;
    /* padding: 5px 0px; */
}
.table td, .table th{
    border-top: 1px solid black;
}
table {
    border-collapse: collapse;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid black;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid black !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid black !important;
}
/* ..............................Medium Screen Responsive............................................ */
@media only screen and (max-width: 750px) {
        
    .logo{
        margin-left: 20px;
    }
    
    .hrd{
        margin-left: 40px; 
    }
    .hrd h1{
        font-size: 24px !important;  
    }
  }
@media only screen and (max-width: 450px) {
   


   
  }


