.template-logo {
  display: block;
  text-align: center;
  margin-left: 60px;
}

.template-logo p {
  text-align: center;
}

.template-logo a p {
  flex-basis: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.template-logo img {
  width: 30px !important;
}

.box-intro h1 {
  letter-spacing: 15px;
}

.home-img {
  float: right;
  width: 40%;
  margin: 0 30px 20px;
}

.team-member span {
  color: #000;
}

.benefits_1_single img {
  width: 80%;
}

.heading {
  margin-bottom: 70px;
}

.contact-form-container {
  display: flex;
  justify-content: center;
}

.contact-form-container .contact {
  padding: 0;
}

@media (max-width: 768px) {
  .home-img {
    width: 100%;
    margin: 0 0 20px;
  }
}

section.contact ul, section.contact ol {
  list-style: inside;
  color: #777;
}
