.tier-header-standalone {
  position: relative;
  height: 124px;
  margin: 100px 0 22px 0;
  max-width: 415px;
  width: 100%;
}
.tier-header-standalone > .side {
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
}
.tier-header-standalone > .top {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 100%;
  height: 34px;
  -webkit-mask-image: url("/wp-content/plugins/wedu-extension/svgs/mask-top-hover-switcher.svg");
          mask-image: url("/wp-content/plugins/wedu-extension/svgs/mask-top-hover-switcher.svg");
  background-color: var(--color);
}
.tier-header-standalone > .tier-heading-content {
  position: absolute;
  top: -2px;
  left: 32px;
  right: 0;
  bottom: 2.5px;
  background: var(--color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
.tier-header-standalone > .tier-heading-content > .tier-header-text {
  color: var(--Ritholtz-White, #FFF);
  font-family: Rubik;
  font-size: 35px;
  font-style: normal;
  font-weight: 900;
  line-height: 175%; /* 61.25px */
  text-transform: uppercase;
}
.tier-header-standalone > .tier-heading-content > svg.icon {
  width: 26px;
  height: 25.245px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1322px) {
  .tier-header-standalone > .tier-heading-content > .tier-header-text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1144px) {
  .tier-header-standalone > .tier-heading-content > .tier-header-text {
    font-size: 22px;
  }
}

.tier-content-holder {
  padding: 0 20px;
}
