@media screen and (max-width: 768px) {
}

@media screen and (max-width: 500px) {
  .banner .wrapper {
    padding-bottom: 50px;
    padding-top: 35px;
  }

  .home .featured-page .main-image,
  .home .link .main-image {
    width: 100%;
    height: 250px;
  }

  .text-section .main-image {
    height: 250px;
    width: 100%;
  }

  .burger-menu .container {
    position: absolute;
  }

  h1 {
    font-size: 20px !important;
  }

  .text-section .text {
    padding-block: 0;
  }

  .text-block {
    padding-block: 50px;
  }

  .single-course .main-image {
    height: 300px;
  }

  .info-grid .item {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .ribbon {
    display: none;
  }

  footer .contacts {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .text ul {
    width: 92%;
  }

  .text ol {
    width: 92%;
  }

  .info-grid .item img {
    max-width: 100%;
  }

  footer .links {
    flex-direction: column;
  }
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 320px) {
}
