.box-container {
  background-color: #e0e0e0;
  padding: 4rem;
  padding-bottom: 6rem;
  width: 90%;
  position: relative;
}

.left-box {
  width: 55%;
}

.left-box h1 {
  width: 30rem;
}

.right-box {
  width: 35rem;
}

.right-image {
  height: 50rem;
  /* margin: -9rem 8rem 0rem 0rem; */
  width: 30rem;
  padding-left: 2rem;
}

.separator {
  width: 90%;
}

@media (max-width: 768px) {
  .left-box {
    width: 70% !important;
  }
  .right-box {
    width: 0px !important;
  }
  .right-box img {
    width: 25rem !important;
  }
  .box-container {
    overflow: hidden;
  }
}

#wsp-container {
  width: 90%;
  height: 10%;
  padding: 10px 20px 50px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}

#wsp-container div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: rgb(45, 177, 45);
  border-radius: 100%;
}

@media (max-width: 500px) {
  .box-container {
    display: flex;
    flex-direction: column !important;
    overflow: initial !important;
  }
  
  .left-box{
    width: 100% !important;
  }

  .left-box p{
    text-align: justify;
  }

  .right-box{
    width: 100% !important;
  }

  .right-box img{
    width: 40rem !important;
    height: 30rem;
    padding: 0;
    margin: 0 !important;
    position: relative !important;
    object-fit: cover;
    overflow: hidden;
  }
}