.cnt1Courses {
  margin: 3rem 0;
}
.cnt1Courses .cnt1Wrap {
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cnt1Courses .cnt1Wrap .cnt1Group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
  justify-self: center;
  justify-items: center;
}
.cnt1Courses .cnt1Wrap .cnt1Group .courseType {
  position: relative;
  height: 400px;
  width: 500px;
  max-width: 90%;
  cursor: pointer;
}
.cnt1Courses .cnt1Wrap .cnt1Group .courseType:hover {
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
}
.cnt1Courses .cnt1Wrap .cnt1Group .courseType .courseTypeTop img {
  width: 100%;
  max-height: 100%;
}
.cnt1Courses .cnt1Wrap .cnt1Group .courseType .courseTypeBottom {
  background-color: var(--color-1);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.cnt1Courses .cnt1Wrap .cnt1Group .courseType .courseTypeBottom h2 {
  font-family: var(--font-2);
  color: #ffffff;
  font-size: 1rem;
  padding: 10px;
}/*# sourceMappingURL=othercss.css.map */