body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(51, 51, 51);
    display: flex;
    position: relative;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    text-rendering: optimizespeed !important;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 700;
    color: #3c4151;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    color: #3c4151;
}

h3 {
    font-size: 24px;
    color: #3c4151;
}

div.main-container {
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 60px 120px;
    margin: 0px auto;
    max-width: 1080px;
    box-sizing: border-box;
}

li {
    color: #3b4151;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    line-height: 125%;
}

li:before {
    position: absolute;
    color: #626774;
    top: 0;
    content: "\2022";
    font-size: 30px;
    left: -20px;
    top: -1px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}

li a {
    color: #3b4151;
    border-bottom-color: #c4c6ca;
}

.logo-bimer {
    height: 5em;
    float: right;
}