.sict {
  position: relative;
}

.sict-heading p {
  margin-bottom: 0;
  font-size: 2.25rem;
  font-family: var(--heading-font);
}

.sict-heading p em {
  display: block;
}

@media (min-width: 768px) {
  .sict-heading p em {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .sict-heading p {
    font-size: 3rem;
  }
}

.sict-heading p a {
  color: #66a4ff;
  border-bottom: 1px solid #66a4ff;
  transition: all 0.3s ease;
}

.sict-heading p a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
