* {
  box-sizing: border-box;
}
.nav-mobile-switch {
  width: auto;
}
#eci-heading {
  width: 100%;
  margin: 0px;
  background: url(../images/program/hero-ECI_home.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #84a73f;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.apply-btn {
    margin-block: 5px;
    display: inline-block;
    padding: 10px;
    background-color: #a1c25e;
    border-radius: 5px;
}
h2 {
    text-align: left;
    color: #036;
    margin-top: 30px;
    font-weight: bold;
}
.content h2:first-child {
    margin-top: 0px;
}

.content {
  max-width: 980px;
  margin: 16px auto;
  padding: 20px;
  background-color: #fdfcf4;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.content p, ul {
  line-height: 1.6;
}
.content ul {
  margin-bottom: 15px;
}
.content li {
  margin-top: 10px;
  margin-left: 40px;
}

@media (max-width: 768px) {
  #eci-heading {
    height: 400px;
  }
  .content {
    padding: 12px;
  }
  #apply-top {
    width: 90%;
  }
}

@media (max-width: 576px) {
  #eci-heading {
    height: 300px;
  }
}
