.sidebar {
  background-color: #da750f8e;
}

.syllabus p {
  /* margin-top: 40px; */
  color: #fff;
}

.syllabus>p>a {
  text-decoration: none;
  color: #fff;
}

.syllabus>p>a:hover {
  color: greenyellow;
}

.syllabus {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(heroImage/syllabus.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.syllabus>h1 {
  color: #fff;
  /* text-align: center; */
  font-size: 2.5rem;
  text-decoration: underline #0af5e6;
}

.contener {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1rem;
  padding: 6vh 4vw 6vh 4vw;
}

.first-box {
  background-color: #eee;
  text-transform: uppercase;
}

.first-box>h2 {
  background-color: #da740f;
  padding: 20px;
  letter-spacing: 0.2rem;
  color: #fff;
  font-weight: 700;
  /* font-family: 'Poppins', sans-serif; */
  font-family: "Salsa", cursive;
}

.first-box ol {
  padding: 30px;
  list-style-type: none;
}

.first-box a {
  text-decoration: none;
  color: #333;
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.first-box li {
  padding: 10px;
}

.first-box a:hover {
  /* color: #0af5e6; */
  color: #fff;
  letter-spacing: 0.3rem;
}

.first-box li:hover {
  text-align: center;
  background-color: #e3760ade;
  border-radius: 20px;
  backdrop-filter: blue(50%);
  box-shadow: 3px 3px 5px 3px #333;
}