.link-heading p {
  height: 5px;
  width: 80px;
  background-color: #ffb100;
}
.link-heading h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 5rem;
}
.section-1-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 5rem 5rem 2rem 5rem;
  background-color: #f8f7f3;
}
.section-1-contact-left {
  width: 50%;
}
.section-1-contact-left h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem;
}
.section-1-contact-left p {
  margin-bottom: 0px;
}
.address,
.phone {
  display: flex;
  align-items: center;
}
.address i,
.phone i {
  color: #62615c;
}
.address p,
.phone p {
  font-weight: 600;
  color: #62615c;
  margin-left: 1rem;
}
.social-contact h5 {
  color: #1e1810;
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem;
}
.social-contact {
  padding-top: 2rem;
}
.social-contact a {
  text-decoration: none;
  color: black;
}
.social-contact i {
  margin-right: 1rem;
}
.section-1-contact-right {
  width: 50%;
}
.section-1-contact-right img {
  width: 450px;
  height: 400px;
}

.main-heading{
    min-height: 70vh;
    padding-left: 2rem;
}

.home{
  height: auto;
}

/* Responsive */
@media only screen and (max-width: 912px) {
  .section-1-contact {
    flex-direction: column;
    padding: 0rem 0.5rem;
  }
  .address, .phone{
    margin-bottom: 2rem;
  }
  .section-1-contact-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 2rem;
  }
  .section-1-contact-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-1-contact-right img{
    width: 70%;
  }
  .social-contact i{
    color: #62615c;
  }
  .section-1-contact-left h4 {
    font-size: 2rem;
  }
  .social-contact h5{
    font-size: 1.8rem;
  }
  .section-8 form{
    width: 100%;
  }
  .link-heading h4{
    font-size: 3rem;
  }
}


@media only screen and (max-width: 660px){
  .section-1-contact-right img{
      width: 100%;
  }
}