.subject-header img {
  width: 100%;
}
@media (max-width: 980px) {
  .subject-header {
    height: 35vw;
  }
  .subject-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
