.fadedown{
    margin-top: 20px;;
}
.pro-btn{
    margin-top: 10px;
    margin-bottom: 30px;;
}
.mt-2{
    margin-top: 20px !important;
}
.mb-2{
    margin-bottom: 20px !important;
}
.pl-3{
    padding-left: 30px !important;
}
.pr-3{
    padding-right: 30px !important;
}
.pd{
    padding: 0;
}

/* styles.css */
.container-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .table {
    width: 100%;
    border-color: #eee;
    border: 0;
    margin: 10px;
    width: 320px;
    float: left;
  }
  
  .firstRow {
    vertical-align: top;
    border: 1px solid #eee;
    justify-content: left;
  }
  
  .firstRow td p {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin: 10px;
    padding-bottom: 0px;
  }
  
  a {
    color: #2d2d2d;
  }
  
  

