.wrapper {
  max-width: 60%;
  margin: 0 auto;
  padding: 20px;
  background: white;
}

.container-wrap {
  background: #255369;
  padding: 70px 0;
}

.course .course-head {
  text-align: center;
}
.course .course-detail {
  display: flex;
  justify-content: center;
  text-transform: capitalize;
}
.course .image-container {
  display: flex;
  justify-content: center;
}
.course .image-container img {
  height: 250px;
  width: 250px;
  border-radius: 10px;
}
.course ul {
  margin: 0;
  padding: 0;
}
.course li {
  list-style: none;
  margin: 15px 0;
}

.topics ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.topics ul li {
  flex: 0 0 30%;
  border-radius: 10px;
  background: #255369;
  color: white;
  margin: 10px 0;
  padding: 10px;
}

.course-intro {
  background: #255369;
  color: white;
  padding: 15px;
  text-transform: capitalize;
}

.course-topics-details p {
  margin-bottom: 30px;
}
.course-topics-details h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}

h2 {
  text-align: center;
  margin: 50px 0;
  font-weight: bold;
}

@media only screen and (min-width: 200px) and (max-width: 850px) {
  .wrapper {
    max-width: 85%;
  }
}/*# sourceMappingURL=courses.css.map */