.border-btn-invert {
  padding: 15px 20px;
  border-style: solid;
  border-color: #3FC0DC;
  background: #3FC0DC;
}

.border-btn-invert:hover {
  transition: .5s;
  background: white;
  border-color: white;
}

@media (max-width: 991px) {
  .wht-bg {
    background-color: rgba(255,255,255,0.6);
  }
}

.container-fluid {
  max-width: 1500px;
}

.section-header {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.section-header p {
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.mission .container-fluid {
  padding: 0;
}

.mission .section-header {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 25px;
}

.mission .section-header p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 33px;
  line-height: 35px;
  color: var(--secondary-color);
  margin-bottom: 2px;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

a {
  color: #0d6efd;
  text-decoration: none !important;
}

a {
  color: #ffffff;
  transition: .3s;
}

a:hover, a:active, a:focus {
  color: #3FC0DC;
  outline: none;
  text-decoration: none;
}

