main {
  position: relative;
}

#page-sidebar {
  position: absolute;
  right: 0;
  z-index: 3;
}

.bellus-card-w-hl-link-title {
  margin-right: 3rem;
}

.bellus-why-us-card-dark {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #000;
}

.bellus-accordion-wrap .card-hidden {
  display: none;
}

.bellus-milkyway {
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .bellus-page-why-us {
    min-width: 100%;
  }

  .bellus-why-us-card {
    flex-direction: column;
  }

  .bellus-why-us-card .bellus-c-thumb {
    min-width: 100%;
  }

  .bellus-fullwidth-right-img-wrap {
    display: none;
  }

  .bellus-why-us-card .bellus-c-quote {
    padding: 1rem 15px 0 15px;
  }

  .bellus-card-w-hl-link {
    left: 0;
    right: 0;
    width: 100%;
    position: relative;
    flex-direction: column;
    text-align: center;
    box-shadow: none;
    padding: 1rem;
    margin-top: 1rem;
  }

  .bellus-card-w-hl-link-title {
    margin-right: 0;
  }

  .bellus-card-w-hl-link:before {
    width: 10px;
    height: 100%;
    border-top: 15px solid transparent;
    border-right: 15px solid rgba(100, 100, 100, .65);
    border-bottom: 15px solid transparent;
  }

  .bellus-card-w-hl-link:after {
    width: 10px;
    height: 100%;
    right: -15px;
    top: 0;
    left: unset;
    border-top: 15px solid transparent;
    border-left: 15px solid rgba(100, 100, 100, .65);
    border-bottom: 15px solid transparent;
  }

  .bellus-accordion-wrap {
    padding-left: 15px;
  }

  .bellus-why-us-card-dark {
    background-position: top;
  }

  .bellus-why-us-card-dark .bellus-c-quote {
    padding: 10rem 15px 2rem 15px;
  }

  .bellus-why-us-card-dark .bellus-btn-white {
    width: 100%;
    text-align: center;
  }

  .bellus-milkyway {
    background-size: 100%;
  }

  .show-all-cards {
    width: 100%;
  }
}
