.infotext {
    font-family: 'Poppins', sans-serif;
    color: #777;
    background: none;
}

.infotext h1 {
    padding: 0;
    line-height: 1.5em;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext h2 {
    padding: 0;
    font-family: 'Poppins', sans-serif;
    background: none;
    line-height: 1.5em;
    font-size: 30px;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext h3 {
    padding: 0;
    line-height: 1.5em;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext h4 {
    padding: 0;
    line-height: 1.5em;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext h5 {
    padding: 0;
    line-height: 1.5em;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext h6 {
    line-height: 1.5em;
    font-size: 14px;
    color: #222;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
}

.infotext ul, .infotext ol {
    padding-left: 1.5em !important;
    margin-left: 0 !important;
    margin-bottom: 1em;
}

.infotext ul {
    list-style: disc;
}

.infotext ol {
    list-style: decimal;
}

.infotext a, .infotext a:focus, .infotext a:hover {
    color: #007bff;
}