h1 {
    font-size: 4rem;
    line-height: 3.5rem;
    text-align: center;
    margin: 0 5px;

}

@media (min-width: 576px) {
    h1 {
        font-size: 3rem;
        line-height: 2.5rem;
        text-align: left;
    }
}

@media (min-width: 767px) {
    .spreads-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

h2 {
    font-size: 3.5rem;
    text-align: center;
    line-height: 3rem;
    margin: 0 5px;
}

h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 5px 5px 40px 5px;
}

ul {
    list-style-type: none;
    color: #999;
}

#hero-container {
  height: 65vh;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.classInd {
    width: 410px;
}

@media (max-width: 576px) {
    .classInd {
        width: 410px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 767px) {
    .classInd {
        width: 100%;
    }
    .classInd div {
        margin-left: 60px;
    }
}

.classInd img {
    float: left;
    width: 40px;
    margin: 0 30px 0 0;
}

.classInd div {
    color: #999;
    margin: 0 0 0 70px;
}

.card {
    border-radius: 4px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.full-width {
  width: 100%;
}

.font-regular {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}