.tabels{
  padding:3rem 0;
}
.tabels .table td{
  border: 2px solid #007b92;
}
.tabels .table{
  width: 25rem;
}
.tabels .table td:first-child{
  width:7rem;
}
.tabels .row{
  justify-content: center;
  padding: 0;
}
.tabels .cal {
    display: inline-block;
    background-color: #FFF;
    width: 5rem;
    text-align: center;
    margin: 2rem 0;
}
.tabels .cal .month {
  height: 60px;
  border: 3px solid #007b92;
  line-height: 50px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color:#007b92;
  font-weight: 600;
  border-radius: 0 0 3px 3px;
}
.tabels .cal .top {
  height: 1.25rem;
  border: 3px solid #007b92;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.tabels .cal .small-block {
  height: 1.25rem;
  border: 3px solid #007b92;
  width: 0.7rem;   
  background: #fff;
  border-radius: 3px;
}
.tabels .cal .wrapper-small-block{
  display: flex;
  justify-content: space-around;
  margin-bottom: -0.625rem;
}
@media (max-width: 991.98px) { 
.tabels .row{
  display: block;
  }
}
@media (max-width: 575.98px) {
.tabels .row{
  padding: 3rem 1rem;
  }
  .tabels .table {
    width: 16rem;
}
}
.tabels .date{
   margin: 15px 0;
   text-align: center;
}
.tabels .training{
  color:#000;
  text-decoration: none;
}
.tabels a.training{
  color:#000;
  text-decoration: underline;
}
@media (max-width: 991.98px) { 
 .tabels .column{
   margin:auto;
}