.HWContainer {
    /* text-align: center; */
    color: white;
    vertical-align: center;
    justify-content: center;
    height: 550px;
    margin-left: 10%;
}

.service {
    font-size: 30px;
    font-weight: 500 !important;
}

.Hquestion {
    font-size: 25px;

}

h3 {
    /* font-size: 40px; */
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 20px;
}

h2 {
    /* font-size: 40px; */
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
}

p {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 100%;
    color: #818181
}

.footHead {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300 !important;
    font-size: 25px;
    /* padding-bottom: 40px; */
    color: white;

}

ul {
    list-style: none;

}

ul li a {
    color: grey;
}