body {
  overflow-x: hidden;
}
.wrapper {
  z-index: 20;
  position: relative;
  min-height: 100vh;
  width: 100vw;
  padding-top: 50px;
  padding-bottom: 40px;
  background: #e9e9e9;
  color: #373a3c;
}

.bg-image {
  /* background-color: rgba(255, 0, 0, 0.5); */
  background-color: white;
  background-image: url(../images/5-element-PHRI-donw.jpg);
  /*
  background-repeat: no-repeat;
  background-size: cover;
  */
  background-repeat: no-repeat;
  background-position: bottom center;
}

.bg-image2 {
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/2-element-PHRI-full-element.jpg);
  background-position: left bottom;
  background-size: cover;
}

        
.box {
  padding: 2rem;
  display:flex;
  flex-direction: column;
   align-items: center;
}

.box-btn {
 border-radius: 4rem;
 box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 25%);
 margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}

.btn-accent {
  /* background-color: var(--accent); */
  background-color: grey;
  color: white;
}


@media (min-width: 992px) {
  .box {
    align-items:center ;
    
  }
  .box-btn {
    width: 600px;
  }
}
