.page-heading {
  padding-top: 60px;
  padding-bottom: 20px;
}

.page-heading h1 {
  font-family: 'GothamSSm', sans-serif !important;
  color: #000000;
  font-weight: 900;
  font-size: 2rem;
  width: 55%;
}

.page-heading hr {
  border: 5px solid #0A996D;
}

.page-heading h4 {
  color: #000000;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}

.card {
  margin: 10px;
  box-shadow: #ceced866 2px 2px 2px 2px;
  border: none;
}

.card-header {
  border: none;
  background-color: #fff;
}

.card-header h5{
  color: #000000;
  line-height: 2.2;
  text-align: left;
  letter-spacing: 0.5px;
  font-weight: 900;
}

.card-body {
  color: #6f6f6f;
  text-align: left;
  font-family: gothamBook;
  letter-spacing: 1px;
  line-height: 1.7;
  max-width: 90%;
}

.page-body .sub i {
  font-size: 100%;
}

.btn-collapse {
  float: right;
  top: 5;
  font-size: 28px;
  font-weight: bold;
  border: none !important;
  color: #416ebf;
}

.btn-collapse:hover, .btn-collapse:active, .btn-collapse:focus {
  border: none;
  box-shadow: none;
}

.page-footer {
  padding: 0 5vw;
}

.page-footer a {
  color: #000000;
}

@media (max-width: 425px) {
  .page-heading h1 {
    width: 100%;
    font-size: 1.5rem;
  }

  .page-heading h4 {
    font-size: 1.25rem;
  }

  .card-header h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
  }

  .page-footer h3 {
    font-size: 1.25rem;
  }

  .page-footer img {
    width: 70%;
  }
}
