@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Material+Icons');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
ul, ol {
    text-align: left;
}
ul li, ol li {
    margin-bottom: 15px;
}
h1.title {
    font-size: 40px;
    margin: 10px 0 0;
}
h1.title span {
    font-weight: 400;
}
p.h2-sub {
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
    margin: 1.5rem 0 0.5rem;
}
.hero-image {
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.sub-title {
    display: block;
    margin: 10px 0 0;
    font-weight: 500;
}

.content {
    padding: 20px;
    text-align: center;
}

.section {
    padding: 30px;
    background-color: #f0f0f0;
    text-align: center;
    margin-top: 20px;
}
.section.alt {
    background-color: #fff;
}
.section-child {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.section-child.tnc ol li {
    font-size: 12px;
}
.tqpage p {
    font-size: 2.5rem;
}
/* .tqpage .sub-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #257ac9;
} */