@font-face {
  font-family: "Akrobat-regular";
  src: url("/fonts/Akrobat/Akrobat-Bold.ttf");
  font-weight: normal;
}

.schedule-days-left {
  position: absolute;
  left: 20px;
  top: -30px;
  padding: 7px 12px;
  border-radius: 4px;
}

.schedule-days-left-text {
  font-size: 24px;
  line-height: 32px;
  color: black;
  font-family: "Akrobat-regular";
  font-weight: normal;
}

.schedule-days-left{
	min-width: 70%;
  text-align: left;
}

@media (max-width: 1100px) and (min-width: 961px) {

  .schedule-days-left-text {
    font-size: 20px;
    line-height: 24px;
  }
  
}

@media (max-width: 960px) {

  .schedule-days-left-text {
    font-size: 16px;
    line-height: 24px;
  }

}

@media (max-width: 350px) {
  .schedule-days-left {
    left:15px;
    min-width: 84%;
  }

}
