#contacts {
  font-family: "Geologica", sans-serif;
}
#contacts .row, #contacts .container {
  overflow: hidden;
}
#contacts .team-image {
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 575px) {
  #contacts .team-image {
    min-width: 70%;
    font-size: 38px;
  }
}
#contacts .single-contact {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 75px 0;
  align-items: center;
}
@media (max-width: 500px) {
  #contacts .single-contact .contact-image {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
}
#contacts .single-contact .contact-details {
  padding-left: 25px;
}
@media (max-width: 500px) {
  #contacts .single-contact .contact-details {
    width: 100%;
  }
}
#contacts .single-contact .contact-details h3 {
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: -1.2px;
}
#contacts .single-contact .contact-details h3 .firstname {
  font-size: 30px;
  line-height: 37px;
  color: #41B339;
}
#contacts .single-contact .contact-details h3 .lastname {
  font-size: 30px;
  line-height: 37px;
  color: #204685;
}
#contacts .single-contact .contact-details h3 .position {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: #204685;
  display: block;
  padding-bottom: 17px;
  border-bottom: 1px solid #41B339;
  margin-bottom: 21px;
}
#contacts .single-contact .contact-details .email {
  display: block;
  margin-bottom: -17px;
}
#contacts .single-contact .contact-details .email, #contacts .single-contact .contact-details .phone {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.64px;
}
#contacts .single-contact .contact-details .email a, #contacts .single-contact .contact-details .phone a {
  color: #204685;
  text-decoration: none;
}
#contacts .single-contact .contact-details .email img, #contacts .single-contact .contact-details .phone img {
  margin-right: 5px;
}
#contacts .contact-boxes {
  margin-top: 40px;
}
#contacts .contact-boxes .box--inner {
  background-color: #ffffff;
  position: relative;
  text-align: center;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
}
#contacts .contact-boxes .box--inner > img {
  width: 72px;
  margin-bottom: 15px;
}
#contacts .contact-boxes .box--inner p {
  color: #204685;
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  text-decoration: none;
}
#contacts .contact-boxes .box--inner p a {
  color: #204685;
  text-decoration: none;
}
#contacts .contact-boxes .box--inner p a.btn {
  color: white;
}
#contacts .contact-boxes .box--inner p a:not(.btn):hover {
  color: #41B339;
  transition: all 0.25s ease;
}
#contacts .contact-boxes .box--inner h4 {
  color: #41B339;
  font-size: 30px;
  line-height: 37px;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 0;
}
#contacts .contact-boxes .box-newsletter {
  margin-bottom: 30px;
}
#contacts .contact-boxes .box-contact {
  margin-bottom: 30px;
}
#contacts .contact-boxes .box-address {
  margin-bottom: 30px;
}
#contacts .contact-boxes .box-address p {
  font-weight: inherit;
}
#contacts .contact-boxes .box-address p:last-child {
  margin-top: 33px;
}
