.about-desc .offer li{
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.about-desc .offer i{   
    color: #dd2a01;
}

.about-desc .offer ul{   
    line-height: 40px;
}

/*according*/
.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom:1px;
  border:none;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header {
  background-color: #f7f7f9;
  margin-bottom: 0;
  padding: 20px 1.25rem;
  border:none;
  
}
.card-header a i{
  float:left;
  font-size:25px;
  padding:5px 0;
  margin:0 25px 0 0px;
  color:#195C9D;
}
.card-header i{
  float:right;        
  font-size:30px;
  width:1%;
  margin-top:8px;
  margin-right:10px;
}
.card-header a{
  width:97%;
  float:left;
  color:#565656;
}
.card-header p{
  margin:0;
}

.card-header h3{
  margin:0 0 0px;
  font-size:20px;
  font-family: 'Slabo 27px', serif;
  font-weight:bold;
  color:#3fc199;
  
}
.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color:#232323;
  box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
  border-top:1px soild #000;
  border-radius:0;
}
/*table*/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #575656;
    text-align: center !important;
    padding: 8px;
  }

 
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  .tb-rw {
    margin-bottom: 40px;
  }
  .hei1{
    height: 271px;
  }
  .hei2{
    height: 241px;
  }
  
  @media(max-width:990px){
    .hei1{
      height: 69px !important;
    }
    .hei2{
      height: 61px;
    }
  }