.startTopCard {
  height: 500px;
  width: 100%;
  background-color: var(--card-background);
  padding-left: 50px;
  color: var(--light);
}

.startTopCard .row {
  height: 100%;
}

.startTopCard .leftCardCol {
  width: 700px;
}

.startTopCard .leftCardCol h2 {
  font-size: 70px;
  line-height: 70px;
  font-family: var(--font-heading);
}

.startTopCard .leftCardCol p {
  font-size: 16px;
  line-height: 37px;
}

.startTopCard .leftCardCol a {
  text-decoration: none;
  color: var(--light);
  font-size: 18px;
  border-bottom: 1px solid var(--light) !important;
  width: 300px;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}

.startTopCard .leftCardCol a i {
  margin-left: 15px;
}

.rightCardCol {
  height: 100%;
  width: 50%;
  text-align: right;
  padding: 50px;
}

.rightCardCol img {
  width: 450px;
  height: 100%;
  margin-left: auto;
}

.leftSidebar {
  width: 400px;
  padding: 20px;
  color: var(--light);
  background-color: var(--card-background);
}

.leftSidebar .label {
  border: 1px solid var(--lighter-light);
  width: 100px;
  padding: 5px;
  text-align: center;
}

.rightCourses {
  flex-grow: 1;
}

.courseCard {
  width: 410px;
  min-height: 320px;
  background-color: var(--card-background);
  margin: 15px;
}

.courseImage {
  width: 100%;
  position: relative;
}

.courseImage img {
  width: 100%;
  height: 100%;
}

.innerBody {
  background-color: var(--card-background);
  margin-top: -10px;
  padding: 30px;
  color: var(--light);
}

.courseTitle h6 {
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: "EB Garamond", serif;
}

.courseTitle p {
  line-height: 32px;
}

.bottomFeature ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.bottomFeature ul li {
  font-size: 15px;
}

.bottomFeature ul li:nth-child(2) {
  margin-left: 30px;
}

.bottomFeature ul li i {
  margin-right: 10px;
}

.bottomFeature {
  border-top: 1px solid var(--lighter-light);
  padding-top: 20px;
}

.reviews i {
  color: var(--golden-start);
}

.priceCourse {
  width: 65px;
  height: 65px;
  border-radius: 500px;
  background-color: var(--base-color);
  position: absolute;
  top: 5%;
  right: 5%;
  color: var(--light);
  font-size: 30px;
  font-family: var(--font-heading);
  letter-spacing: 2px;
  font-weight: 200;
  font-weight: 600;
}
.border-solid-white {
  border: 1px solid var(--lighter-light);
}

.leftSidebar hr {
  opacity: 0.7;
}

.headerSidebar {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.resultCount p {
  color: var(--light);
}

.filterTabs {
  padding-left: 20px;
  padding-right: 20px;
}

.singleTab p {
  color: var(--lighter-light);
}

.singleTab select {
  background-color: transparent;
  color: var(--light);
  font-family: var(--font-primary);
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 15px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  appearance: none;
}