h2 {
  color: white;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;d
}


h5 {
  color: white;
  color: white;
  font-family: acier-bat-solid, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  padding-bottom: 4%;
}

p {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  padding-bottom: 10%;

}

.row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.left {
  margin: 8vh 5vh 5vh 12vh;
  width: 40%;
  position: fixed;
}

.right {
  margin: 8vh 12vh 5vh 5vh;
  width: 40%;
  position: absolute;
  right: 0px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.right img {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 2%;
}

/* Button Styling */
.project-button {
  background-color: #7c5cee;
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: acier-bat-solid, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin-right: 2%;
  padding-right: 33px;
}

.project-button:hover {
  background-color: white;
}

@media (max-width: 1130px) {
  .row {
    flex-direction: column;
  }
  .left {
    margin: 8% 12% 5% 12%;
    width: auto;
    position: static;
  }

  .right {
    margin: 8% 12% 5% 12%;
    width: auto;
    position: static;
  }
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
  }

  p {
    margin-top: 20px;
    line-height: 28px;
  }


  h5 {
    margin-top: 20px;
    font-size: 25px;
  }

  p {
    margin-top: 20px;
    line-height: 28px;
  }

  .project-button {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
