@font-face {
    font-family: "Warren";
    src: url("../fonts/WarrenText-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: "Warren";
    src: url("../fonts/WarrenText-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#header {
    margin-bottom: 100px;
}

#footer {
    margin-top: 50px;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 50px;
}

.text-group {
    margin-bottom: 30px;
}

.container h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #601e56;
}

.container h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #601e56;
}

.container p, .container li, .a-helper {
    font-size: 20px;
    text-align: justify;
    color: #601e56;
}

.a-helper {
    font-weight: bold;
}

.callout p {
    color: #000;
}

.container li {
    margin-left: 20px;
    margin-bottom: 10px;
}

.fa-ul i {
    margin-right: 10px;
}