@media screen {
  .c-hamburger {
    display: none;
  }
  .widget.kirana_form_icon_widget .kiranaformwidget img.icon {
    display: none;
  }
  .courses-template.course-list .course-li:before {
    display: none !important;
  }
  .course-li .course-title {
    text-align: center;
  }
  .courses-template .course-li a:hover {
    text-decoration: none;
  }
  .courses-template .course-li .course-title {
    font-size: 14px;
  }
  .course-li .lazy-image {
    border-radius: 50%;
  }
  .course-list .course-li {
    margin-bottom: 30px;
    list-style: none;
  }
  .course-list .course-li a {
    display: inline-block;
    height: 200px;
    width: 100%;
    max-width: 200px;
    margin-bottom: 30px;
    text-decoration: none;
  }
  #main-content.page-template .career-choice ul.career-list li.career a:hover {
    box-shadow: none;
    text-decoration: none;
  }
  .course-list .course-li a:hover {
    box-shadow: none !important;
    text-decoration: none;
  }
  .course-title {
    padding: 30px 0 0 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
  }
  .not-found-panel .not-found-links a {
    background-color: #57068c;
  }
}

@media (min-width: 576px) {
  .course-list {
    font-size: 0;
    text-align: center;
  }
  .course-list .course-li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width: 992px) {
  .course-li .lazy-image {
    max-width: 154px;
    height: 154px;
    margin: auto;
  }
  .course-list .course-li {
    width: 20%;
  }
}

#main-content{
  /*padding-top: 88px;*/
}