.mobile.contact {
  color: #fffbf3;
  background: url("../images/contact2.png");
}
.mobile.contact {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: cover;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 4rem 0;
}
.desktop .contact-two-sections {
  display: flex;
  justify-content: space-evenly;
}
.mobile .contact-content {
  display: flex;
  justify-content: center;
}
.mobile .first-contact-section {
  font-family: Raleway;
}
.contact-content .contact-details {
  list-style: none;
}
.contact-content .contact-details img {
  margin-right: 1rem;
  width: 24px;
}
.contact-content .contact-details span {
  display: inline-block;
  font-size: 1.5rem;
  font-family: Raleway;
}
.mobile .contact-content .contact-details span {
  font-size: 1rem;
}
.contact-content .contact-details li {
  margin: 1rem 0;
  display: flex;
  align-items: center;
}
.contact-form {
  margin: 2rem;
}
.contact-form h2 {
  font-size: 32px;
}
.contact-form .input-fields {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.contact-form .textarea-fields {
  margin-top: 1rem;
}
.mobile .contact-form input,
.mobile .contact-form textarea {
  background-color: #00000000;
  color: rgba(254, 251, 243, 1);
  border-color: inherit;
}
.contact-form input,
.contact-form textarea {
  padding: 0.5rem;
  width: 100%;
  margin: 0.4rem 0;
  display: flex;
  align-items: center;
  border: 1px solid rgba(90, 66, 43, 1);
}
.contact-form button {
  text-transform: uppercase;
  margin: 1rem 0;
  border-radius: 24px;
  padding: 0.5rem 1rem;
  background-color: rgba(90, 66, 43, 1);
  color: white;
  border: none;
  font-family: Raleway;
  font-weight: bold;
  font-size: 1rem;
}

.desktop .first-contact-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 4rem 0;
  color: rgba(90, 66, 43, 1);
}
.desktop .second-contact-section {
  max-height: 90vh;
  margin: 0;
  text-align: center;
  flex: 1;
}
.second-contact-section {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.desktop .second-contact-section img {
  max-height: 90vh;
  max-width: 100%;
  border-radius: 25px;
  object-fit: cover;
  height: 100%;
  border-radius: 0;
  flex: 1;
}
