.corporate-solutions-header {
  /* background-color: #FBF9FF; */
  background-color: var(--bs-background);
  padding-top: 1.625rem;
  padding-bottom: 3.8rem;
}

.header-img-parent {
  /* filter: drop-shadow(2px 8px 20px #D2CEDD);
    -webkit-filter: drop-shadow(2px 8px 20px #D2CEDD); */
}
.header-main-img {
  display: block;
  width: 236px;
  height: 293px;
}
.header-frame {
  position: relative;
  margin: 1px;
  transition: 2s;
  -webkit-clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 50% 80%, 0% 100%, 0% 30%);
  clip-path: polygon(50% 0%, 100% 30%, 100% 100%, 50% 80%, 0% 100%, 0% 30%);
}

.centered {
  display: block;
  margin: 0 auto;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-48 {
  margin-top: 35px;
}

.img-aligner {
  padding-left: unset;
}

@media (min-width: 768px) {
  .corporate-solutions-header {
    padding-top: 1.375rem;
    padding-bottom: 10rem;
  }
  .header-main-img {
    display: block;
    margin-left: auto;
    width: 321px;
    height: auto;
  }
  .bg-fill {
    background-image: url("/wp-content/themes/northladder/img/mobile-arrow-bg.svg");
    background-repeat: no-repeat;
    background-position: 5% 40%;
  }

  .mt-48 {
    margin-top: 48px;
  }
}

@media (min-width: 905px) {
  .corporate-solutions-header {
    padding-top: 2.5rem;
    padding-bottom: 5.43rem;
  }

  .header-main-img {
    width: 340px;
    height: auto;
  }
  .bg-fill {
    background-position: 52% center;
  }
}

@media (min-width: 1240px) {
  .corporate-solutions-header {
    padding-top: 3.5rem;
    padding-bottom: 7.5rem;
  }

  .header-main-img {
    height: 535px;
    width: 391px;
  }
  .bg-fill {
    background-image: url("/wp-content/themes/northladder/img/desktop-arrow-bg.svg");
    background-position: 62% center;
  }
}
