/*--------------------------------------------------------------
# Highlights
--------------------------------------------------------------*/

.highlights .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
}

.highlights .icon-box i {
  font-size: 72px;
  padding-right: 10px;
  line-height: 1;
}

.highlights .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.highlights .icon-box h3 a {
  color: #222222;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}

.highlights .icon-box h3 a:hover {
  color: #3498db;
}

.highlights .icon-box:hover {
  background: #eef7fc;
  
}

.certifiate .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.certifiate .content h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
}

.certifiate .content h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  text-transform: initial;
}

.certifiate .content p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.certifiate img {
  height: 400px;
  width: 1000px;
}
