.wp-edu-offramp {
  background: url(../jpg/edu-all-products-banner-1304x350.jpg);
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #000;
  min-height: 350px;
  width: 100%;
  border: solid 1px #dadada;
  padding: 99px 33px 33px 33px;
  margin-bottom: 25px;
  position: relative;
}

/*
.wp-edu-offramp:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}*/

#title-bf1d23632c > h2 {
  color: white;
}

#text-9a1e5eeae5 > p {
  color: white;
}

.wp-edu-offramp a.wd-button {
  background-color: #fff;
  color: black !important;
}

.wp-edu-offramp a.wd-button span svg {
  fill: black;
}

.wp-edu-offramp > h2 {
  color: white;
}

#text-9a1e5eeae5 > p {
  color: white;
}

.wp-edu-offramp>* {
  z-index: 2;
  position: relative;
}

.wp-edu-offramp:hover {
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}

.wp-edu-offramp h2 {
  font-family: ArtifaktLegend;
  font-weight: 800;
  font-size: clamp(21px, calc(19.36px + 0.463vw), 26px);
  line-height: 1.2;
}

.wp-edu-offramp p {
  font-family: ArtifaktElement, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  max-width: 440px;
}

.wp-edu-offramp.hide {
  display: block;
}

body:not([data-author-mode]) .wp-edu-offramp.hide {
  display: none;
}

@media only screen and (max-width: 40.063em) {
  .wp-edu-offramp {
    min-height: auto;
    padding: 99px 33px 44px 33px;
  }

  /*
  .wp-edu-offramp:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.8);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }*/

}

@media only screen and (max-width: 600px) {
  .wp-edu-offramp {
    width: calc(100% - 0.5em);
  }
}

@media only screen and (max-width: 640px) {
  .wp-edu-offramp {
    background: url(../jpg/edu-all-products-banner-640x640.jpg);
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 350px;
    width: 100%;
    border: solid 1px #dadada;
    padding: 200px 33px 33px 33px;
    margin-bottom: 25px;
    position: relative;
  }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .wp-edu-offramp {
    background: url(../jpg/edu-all-products-banner-720x360.jpg);
    background-size: 752px auto;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 350px;
    width: 100%;
    border: solid 1px #dadada;
    padding: 199px 33px 33px 33px;
    margin-bottom: 25px;
    position: relative;
  }

  /*
  .wp-edu-offramp:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
  }*/
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-edu-offramp {
    background: url(../jpg/edu-all-products-banner-930x365.jpg);
    background-size: 1024px auto;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 350px;
    width: 100%;
    border: solid 1px #dadada;
    padding: 220px 33px 33px 33px;
    margin-bottom: 25px;
    position: relative;
  }
}

@media only screen and (min-width: 1024px) {
  .wp-edu-offramp:before {
    display: none;
  }

  .wp-edu-offramp {
    background: url(../jpg/edu-all-products-banner-1304x350.jpg);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #000;
    min-height: 350px;
    width: 100%;
    border: solid 1px #dadada;
    padding: 99px 33px 33px 33px;
    margin-bottom: 25px;
    position: relative;
  }

  .wp-edu-offramp p {
    max-width: 50%;
  }
}