.moduleBlock a {
  color: #fff !important;
}
.moduleBlock,
.certBlock {
  align-content: center;
}
.linkBlock {
  display: flex;
  justify-content: space-evenly;
}

.leftBlock {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}
.moduleBlock,
.certBlock {
  height: 250px;
  display: flex;
  align-items: center;
}

/* {
  height: 250px;
} */

.routeOne {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.routeTwo {
  display: flex;
}

.leftBlock {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 70%;
}

.rightBlock {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.routeTwo .moduleBlock,
.routeTwo .certBlock {
  width: unset !important;
  /* display: inline-block; */
}
.rowTwo .moduleBlock.examDetailsLink {
  display: inline-block;
}
.rowOne,
.rowTwo {
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .routeOne {
    flex-direction: column;
  }
  .routeTwo {
    display: flex;
    flex-direction: column;
  }
  .routeTwo .leftBlock {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
    width: 100%;
  }
  .rowOne,
  .rowTwo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .rightBlock {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
}
.sf_cols.container_wrapper.greyWrapper {
  margin: 0px !important;
}

.path .routeTwo {
  width: 90%;
  margin: auto;
}

.path .routeTwo > * {
  width: max-content;
}

.path .moduleBlock.new {
  width: 250px !important;
}

.path .rightBlock {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.path .qualsInfoIcon {
  width: 30px;
}
.cfpyramid.New {
  width: 80%;
}
div#exam424 {
  display: inline-block;
}

div#exam425 {
  display: inline-block;
}

@media (max-width: 1600px) {
  .path .routeTwo {
    width: 95%;
    margin: auto;
  }
  .path .moduleBlock.new {
    width: 215px !important;
  }
  .certBlock.result {
    width: 250px !important;
  }
}

@media (max-width: 1400px) {
  .path .leftBlock {
    display: flex;
    flex-direction: column !important;
  }
  .path .routeTwo {
    width: 75%;
    margin: auto;
  }
  .path .moduleBlock.new {
    width: 250px !important;
  }
  .certBlock.result {
    width: 315px !important;
  }
}

@media (max-width: 1100px) {
  .path .routeTwo {
    width: 85%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .routeOne {
    flex-direction: column;
  }
  .routeTwo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .routeTwo .leftBlock {
    display: flex;
    flex-direction: column !important;
    gap: 20px;
    width: 100%;
  }
  .rowOne,
  .rowTwo {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .rightBlock {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }
}
