body {
  background-color: #f0f8f5;
  font-family: Arial, sans-serif;
}

.contact-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #223d4b;
}

.contact-title span {
  display: block;
  border-bottom: 4px solid #d4c4b5;
  width: 100px;
  margin: 0 auto;
}

.contact-info i {
  font-size: 30px;
  color: white;
  background-color: #d4c4b5;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info h5 {
  color: #d4c4b5;
  margin: 10px 0 5px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 20px;
  border: 1px solid #ddd;
  padding: 10px 20px;
}

.contact-form button {
  border-radius: 20px;
  background-color: #d4c4b5;
  color: white;
  padding: 10px 20px;
  border: none;
}

.contact-form button:hover {
  background-color: #3aa671;
}


.contact-form {
  border: 1px solid #d4c4b5;
  border-radius: 8px;
  padding: 30px 30px;
  /* margin-left: 85px; */
}