/**
 * @file
 * Paragraph child course list b.
 */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.paragraph-course-type-b-child-course-types {
  padding: 45px 15px;
  margin: 55px -15px 0;
  background-color: #fff;
  position: relative;
}
.paragraph-course-type-b-child-course-types::after {
  position: absolute;
  top: -10px;
  left: 0;
  height: 10px;
  display: block;
  background-color: #eee;
  content: "";
  width: 100vw;
}
@media (min-width: 768px) {
  .paragraph-course-type-b-child-course-types {
    padding: 80px 0;
    margin: 81px 0 0;
    background-color: transparent;
    width: 100%;
  }
  .paragraph-course-type-b-child-course-types::after {
    top: -1px;
    height: 1px;
    left: 0;
    background-color: #ddd;
    width: 100%;
  }
}
.paragraph-course-type-b-child-course-types__inner-wrapper {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.paragraph-course-type-b-child-course-types__field-title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-course-type-b-child-course-types__field-title {
    font-size: 28px;
    margin-bottom: 45px;
  }
}
.paragraph-course-type-b-child-course-types .view-child-course-type-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.paragraph-course-type-b-child-course-types .view-child-course-type-listing-child-course-types-b__row {
  width: 50%;
  padding: 0 5px 10px;
  height: 167px;
  max-width: 280px;
}
@media (min-width: 768px) {
  .paragraph-course-type-b-child-course-types .view-child-course-type-listing-child-course-types-b__row {
    width: 25%;
    height: 280px;
    min-width: 280px;
  }
}

/*# sourceMappingURL=child-course-paragraph-b.css.map */
