.s7_contact {
  background-color: rgb(255, 200, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s7_text {
  margin-left: 50px;
  font-family: 'Inter', sans-serif;
}
.s7_text h3 {
  font-size: 30px;
}
.s7_text h1 {
  font-size: 55px;
  font-weight: bold;
}
.s7_contact button {
  margin-right: 50px;
  width: 200px;
  height: 50px;
  border: 3px solid black;
  background-color: wheat;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
}

.s7_contact button:active {
  background-color: rgba(0, 255, 255, 0.628);
}



