.section-title {
  font-size: 36px;
  color: #00A3D5;
}
.schedule__time {
  
  color: #000;
  
}

.footer__content {
  min-height: 0px;
  padding-bottom: 15px;
}
.footer {
  
  background: #00a3d5;
  color: #fff;
 
}


@media (max-width: 768px) {
  .img-w20 img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
margin-left: 100px;
  }
}

.img-w20 img{ 
width: 20%; 
}
.img-w40 img{ 
width: 40%; 
}
.img-w30 img{ 
width: 30%; 
}
.img-w50 img{ 
width: 60%; 
}
.img-w60 img{ 
width: 50%; 
}
.img-w70 img{ 
width: 70%; 
}