.btn-poz {
    font-size: 28px;
}
 @media (max-width: 499px) {
  .btn-poz {
    font-size: 12px;}}
@keyframes handWave {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-15deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-10deg); }
  80% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}

.animate-hand {
  display: inline-block;
  animation: handWave 1.2s infinite;
  transform-origin: center;
}

.section-title::after {
    background-color: rgba(0, 0, 0, 0.0001);
}
.footer {
    background: linear-gradient(to right, #7ad2c6b8, #0056a0);
    color: #fff;
}
.schedule__item--major {
  background: linear-gradient(to right, #7ad2c6b8, #0056a0);
  
}
.schedule__item--major .schedule__desc {
  border-left-color: transparent;
}.schedule__time {

  color: #6cbebf;
  
}
.footer__content {
  min-height: 10px;
}

body {
  color: #0069AA;
  background-color: #F2F2F2;
}

@media(min-width: 768px){
.img-w85 img{
width: 85%;
}
.img-w80 img{
width: 80%;
}
.img-w75 img{
width: 75%;
}
.img-w70 img{
width: 70%;
}
.img-w65 img{
width: 65%;
}
.img-w60 img{
width: 60%;
}
.img-w55 img{
width: 55%;
}
.w50 img{
width: 50%;
}
.img-w45 img{
width: 45%;
}
.img-w40 img{
width: 40%;
}
.img-w35 img{
width: 35%;
}
.img-w30 img{
width: 30%;
}
.img-w25 img{
width: 25%;
}
.img-w20 img{
width: 20%;
}
.img-w15 img{
width: 15%;
}
.img-w10 img{
width: 10%;
}
}