.ff-item{
  width: 30%;
}
.ff-item a{
  color: #a4d1ea;
  text-decoration: unset;
  font-weight: bold;
  text-transform: uppercase;
}
.ff-item:hover a{
  color: white;
}
.ff-item:hover a .image{
  display: none;
}
.ff-item:hover a .image-hover{
  display: block;
}
.ff-item .image-center{
  min-height: 97px;
}
.image-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-item{
  margin-top: 15px;
  margin-bottom: 15px;
}
.no-img{
  font-size: 42px;
  font-weight: normal;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-side > * {
  height: calc(100% / 3);
  margin-bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-side{
  margin-bottom:unset;
  min-height: 526px;
}
.right-side > *{
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.left-side >*,
.ff-item > *{
  cursor: pointer;
}
.front-filter-block{
  display: flex;
}
.internship-tab{
  color: white;
  padding-top: 40px;
  padding-left: 40px;
}
.internship-tab a{
  color: white;
  font-size: 18px;
  text-decoration: none;
}
.internship-tab a:hover{
  color: white;
  text-decoration: underline;
}
.front-filter-block .left-side .type-name{
  font-size: 40px;
  color: white;
  font-weight: 300;
}
.front-filter-block .mobile-show{
  display: none;
}
.type-name{
  width: 100%;
  height: 100%;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  padding-left: min(150px, 25%);

}
.ff-title{
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px){
  .type-name{
    padding-left: unset;
    justify-content: center;
  }
  .front-filter-block .right-side{
    display: none;
  }
  .front-filter-block .left-side{
    width: 100%;
  }
  .front-filter-block .mobile-show{
    display: block!important;
  }
  .left-side > *{
    height: unset;
    min-height: 100px;
    flex-direction: column;
  }
  .left-side .type-name{
    min-height: 100px;
  }
  .ff-item{
    width: 100%;
  }
  .courses-tab.mobile-show,
  .conference-tab.mobile-show,
  .internship-tab.mobile-show{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .ff-item > a > .ff-title{
    width: 75%;
    margin: auto;
  }
  .left-side{
    min-height: unset;
  }
}

/* For specific pages */
.course-page > .flexWrap{
  align-items: start;
  justify-content: space-around;
}
.course-page > .flexWrap > .ff-item{
  width: 12.5%;
}
.course-page > .flexWrap > .ff-item img{

}
.course-page.mobile{
  display: none;
}
@media (max-width: 991.98px) {
  .course-page:not(.mobile) {
    display: none;
  }
  .course-page.mobile {

  }
  .course-page.mobile{
    display: block;
    width: 100%;
  }
  .course-page.mobile .type-name{
    height: 75px;
    font-size: 30px;
    color: white;
  }
}
