.contact-section {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.contact-section .title, .contact-section i {
  color: var(--bs-accent);
}
.contact-section .title {
  margin-bottom: 20px;
}
.contact-section .contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

form {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}
form .title {
  color: var(--bs-accent);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
form .form-contact-row {
  margin-bottom: 20px;
}