/*
0E1F37
*/
.acf-block-our-courses {
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  .acf-block-our-courses {
    margin-top: 120px;
  }
}
.acf-block-our-courses h2 {
  text-align: center;
}
.acf-block-our-courses h2:after {
  content: "";
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 88px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg height='7' viewBox='0 0 88 7' width='88' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='6' rx='3' width='67.9' x='10.037803' y='.5'/%3E%3Ccircle cx='84.474979' cy='3.537175' r='3.037175'/%3E%3Ccircle cx='3.525022' cy='3.537175' r='3.037175'/%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (min-width: 48em) {
  .acf-block-our-courses h2 {
    text-align: left;
  }
  .acf-block-our-courses h2:after {
    content: "";
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    width: 64px;
    height: 6px;
    background-image: url("data:image/svg+xml,%3Csvg height='6' viewBox='0 0 64 6' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a9ca3f' fill-rule='evenodd'%3E%3Crect height='4.9388' rx='2.4694' width='55.890752' y='.5'/%3E%3Ccircle cx='61.271719' cy='3' r='2.5'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.acf-block-our-courses .container {
  margin-top: 40px;
  position: relative;
}
.acf-block-our-courses .container .cell {
  margin-bottom: 32px;
}
.acf-block-our-courses .container .cell:last-child {
  margin-bottom: 0;
}
.acf-block-our-courses .background-image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 132px);
  border-radius: 50px 50px 0 0;
  z-index: -1;
  background-color: #005896;
  overflow: hidden;
}
@media print, screen and (min-width: 64em) {
  .acf-block-our-courses .background-image {
    border-radius: 50px 50px 0 0;
  }
}
.acf-block-our-courses .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.acf-block-our-courses .background-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 88, 150, 0.8);
}
.acf-block-our-courses .course-category {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 146px auto;
}
.acf-block-our-courses .course-category__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.acf-block-our-courses .course-category__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ececec;
  -webkit-clip-path: polygon(0 0, 100% 0, 15% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 15% 100%, 0% 100%);
}
.acf-block-our-courses .course-category__icon img {
  position: relative;
  z-index: 2;
}
.acf-block-our-courses .course-category__title {
  padding: 42px 16px 42px 0;
}
@media print, screen and (min-width: 40em) {
  .acf-block-our-courses .course-category__title {
    padding: 42px 32px;
  }
}
.acf-block-our-courses .course-category__title p {
  margin-bottom: 0;
}
.acf-block-our-courses .course-category__title a {
  color: #005896;
  text-decoration: none;
}

/*# sourceMappingURL=block.css.map*/