.contact-sub-title {
  font-size: 1.08rem;
  font-weight: 700;
}

.contact-form label {
  width: 100%;
}

.contact-form input, .contact-form textarea {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 0.8rem;
  padding-left: 0;
}

input.btn-reset {
  color: #484848;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding: 8px 25px;
  font-size: 14px;
  border: 1px solid #aeaeae;
  margin: 10px 0 0;
  border-radius: 0;
}

input.btn-reset:focus, input.btn-reset:hover {
  color: #fff;
  background: #484848;
  border: 1px solid #aeaeae;
}

.form-control:focus {
  box-shadow: none;
}

.contact-card {
  background: #19a68a;
  border-radius: 0;
  transition: all 0.5s;
  color: #fff;
  padding: 0.6rem 1rem;
}
.contact-card .card-body {
  padding: 1.25rem 0.95rem;
}
.contact-card .card-subtitle {
  font-size: 0.9rem;
  font-weight: 400;
}
.contact-card .address-container, .contact-card .address-container a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
}
.contact-card .address-container i {
  margin-right: 10px;
}

.investors-container {
  padding: 1rem 0;
}

.investors-container a {
  display: block !important;
}
.investors-container a:hover {
  text-decoration: none;
}

.investors-link {
  margin: 10px 0 0;
  align-items: center;
}

.investors-link h3 {
  margin: 0;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .investors-link h3 {
    font-size: 14px;
  }
}

.sustainability-title {
  position: relative;
}
.sustainability-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.sustainability-title h3 {
  font-size: 20px;
  color: #094d89;
  background: #fff;
  padding: 5px 10px 5px 0;
  position: relative;
  z-index: 10;
  display: inline-block;
  font-weight: 700;
}

.sustainability-content > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sustainability-content > ul > li {
  margin: 50px 0;
}
.sustainability-content > ul > li img {
  width: 100%;
}
.sustainability-content > ul > li h5 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}
.sustainability-content > ul > li p {
  text-align: justify;
  margin: 0;
}

.sustainability-content > ul > li:nth-child(2n) .row {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .sustainability-content > ul > li {
    margin: 20px 0;
    border-top: 1px solid #ccc;
    padding: 40px 0 0;
  }
  .sustainability-content > ul > li h5 {
    margin-top: 15px;
  }
  .sustainability-content > ul > li p {
    text-align: left;
    margin: 0;
  }
  .sustainability-content > ul > li:first-child {
    border-top: 0;
    padding-top: 0;
  }
}/*# sourceMappingURL=contact-us.css.map */