.custom-fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.week-view {
  margin-bottom: 40px;
}
@media only screen and (max-width: 479px) {
  section#block-freelegalhelpblock {
    margin-bottom: 20px;
  }
}
