

.company-class__description h2 a{
  text-decoration:underline;
}

.mh-dec{

  min-height: 120px;

}

.company-class .text-clamp {
  margin-bottom: 40px;
}

.cruise-logo {
  position: relative;
}

.cruises_items ul{
  margin-bottom:10px;
}

.cruises_items .button{
  display: inline-block;
  width: 49%;
  margin: auto;
  font-size: 12px;
  text-transform: capitalize;
  min-width: 90px;
}

.cruise-logo__frame {
  padding: 10px 2px 2px 2px;
}

.cruise-logo span {
  display: block;
  height: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
  position: relative;

}

.cruise-logo h3 {
  color: var(--colorBlue);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s;
}

@media (min-width: 998px) {

  .cruise-logo:hover h3 {
    color: var(--colorBlueAccent);
  }

}

@media (max-width: 768px) {
  .company-class .text-clamp {
    margin-bottom: 24px;
  }

  .cruise-logo span {
    margin-bottom: 6px;
    height: 54px;
  }

  .cruise-logo h3 {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .cruise-logo span {
    margin-bottom: 4px;
    height: 36px;
  }

  .cruise-logo h3 {
    font-size: 16px;
  }
}