/* SOARING HIGHER CUSTOM */
.wp-block-cgb-block-soaring-higher-custom {
  max-width: unset !important;
  margin: 0 !important;
  background: #4a667d;
  padding: 43px 0 49px 0;
}
.shcMobile {
  display: none;
}
.shcDesktop {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.wp-block-cgb-block-soaring-higher-custom h2 {
  position: relative;
  padding-bottom: 25px !important;
  margin-bottom: 29px !important;
  text-align: center;
}
.wp-block-cgb-block-soaring-higher-custom h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 100%;
  max-width: 256px;
  background: #fff;
}
.shcContainer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
}
.shcCol {
  width: 100%;
  text-align: center;
}
.shcContainer p:first-of-type,
.shcContainer span {
  font-family: 'BauerBodoniStdBlackItalic' !important;
  font-weight: 900 !important;
  font-style: italic;
  font-size: 72px !important;
  color: #ffffff !important;
  text-align: center;
  line-height: 70px;
  margin-bottom: 9px;
  display: inline;
}
.shcContainer p:last-of-type {
  font-family: 'Gotham A', 'Gotham B' !important;
  font-weight: normal !important;
  font-size: 22px !important;
  color: #ffffff !important;
  line-height: 31px;
}
.shcControls {
  display: none;
}
body
  #page
  #content
  #primary
  #main
  .wp-block-cgb-block-soaring-higher-custom
  .shcDesktop
  a:hover {
  background: transparent !important;
  border: unset !important;
}
body
  #page
  #content
  #primary
  #main
  .wp-block-cgb-block-soaring-higher-custom
  button.shcLinkBut {
  border: 2px solid #b2b2b2 !important;
  background: transparent !important;
}
body
  #page
  #content
  #primary
  #main
  .wp-block-cgb-block-soaring-higher-custom
  button.shcLinkBut:hover {
  border: 2px solid #7bafd4 !important;
  background: rgba(0, 0, 0, 0.1) !important;
}
.wp-block-cgb-block-soaring-higher-custom button.shcLinkBut {
  text-transform: uppercase;
  position: relative;
  /* left: 50%;
	transform: translateX(-50%); */
}
.wp-block-cgb-block-soaring-higher-custom .shcMobile > a,
.wp-block-cgb-block-soaring-higher-custom .shcDesktop > a {
  width: fit-content;
  margin: 0 auto;
  margin-top: 34px;
  border: unset !important;
}
@media only screen and (max-width: 1200px) {
  .shcContainer {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  .shcContainer {
    grid-template-columns: 1fr;
  }
  .shcDesktop {
    display: none;
  }
  .shcMobile {
    display: flex;
    flex-direction: column;
  }
  .shcControls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 44px;
  }
  .shcPrev {
    cursor: pointer;
    margin-right: 5px;
  }
  .shcNext {
    cursor: pointer;
    margin-left: 5px;
  }
}