h1 {
  font-family: Roboto Slab, serif;
  color: #343a40;
}
h1:first-of-type{
  text-align: center;
}
h1 span {
  font-family: Roboto Slab, serif;
  color: #636363;
}
p,li {
  font-family: Roboto, sans-serif;
  color: #636363;
}

.highlight-section {
  background-color: #f5f5f5;
  padding: 2rem 3rem;
}

.highlight-section .container {
  background-color: #ffffff;
  padding: 2rem 3rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.highlight-section img {
  width: 100%;
  height: 450px;
  margin: auto;
  object-fit: cover;
}

@media screen and (max-width:768px) {
  .highlight-section img{
    height: min-content;
  }
}

@media screen and (max-width: 480px) {
  .highlight-section{
    padding: 1rem ;
  }
  .highlight-section .container{
    padding: 1rem;
  }
}