/* line 1, ../../../../../sass/contact.scss */
.info-contact {
  float: left;
  width: 100%;
  padding: 80px 0px;
  text-align: center;
}
/* line 6, ../../../../../sass/contact.scss */
.info-contact p {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
  padding: 0px 15px;
}
/* line 12, ../../../../../sass/contact.scss */
.info-contact button {
  padding: 15px 30px;
  border: 3px solid #71bf44;
  color: #71bf44;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 25px;
  margin: 10px 15px;
}
/* line 21, ../../../../../sass/contact.scss */
.info-contact button:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}

/* line 28, ../../../../../sass/contact.scss */
.contact {
  float: left;
  width: 100%;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 34, ../../../../../sass/contact.scss */
.contact .info {
  margin-bottom: 50px;
}
/* line 36, ../../../../../sass/contact.scss */
.contact .info h4 {
  font-size: 24px;
  font-weight: bold;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 42, ../../../../../sass/contact.scss */
.contact .info h5 {
  font-size: 16px;
  font-weight: bold;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 48, ../../../../../sass/contact.scss */
.contact .info p {
  font-size: 16px;
  color: #18396a;
  margin-bottom: 3px;
}
/* line 54, ../../../../../sass/contact.scss */
.contact h6 {
  font-size: 16px;
  color: #18396a;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 60, ../../../../../sass/contact.scss */
.contact input[type=text] {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  margin-bottom: 25px;
  outline: none;
  padding-left: 8px;
}
/* line 70, ../../../../../sass/contact.scss */
.contact select {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #b7b7b7;
  margin-bottom: 25px;
  outline: none;
}
/* line 79, ../../../../../sass/contact.scss */
.contact input[type=submit] {
  padding: 15px 30px;
  border: 3px solid #71bf44;
  color: #71bf44;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 25px;
  background-color: transparent;
  font-weight: bold;
  outline: none;
}
/* line 90, ../../../../../sass/contact.scss */
.contact input[type=submit]:hover {
  background-color: #71bf44;
  color: #ffffff;
  transition: 0.3s;
}
/* line 97, ../../../../../sass/contact.scss */
.contact h4 {
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 104, ../../../../../sass/contact.scss */
  .info-contact {
    padding: 40px 0px;
  }

  /* line 107, ../../../../../sass/contact.scss */
  .contact {
    padding: 40px 0px;
  }
}
