body{
    text-align: right
}
header {
    height: auto
}

header .top-header {
    padding: 10px 0 0;
}

header .top-header {
    position: relative;
    z-index: 2;
    padding: 10px 0 0;
}

.logo img {
    margin: 0 0 20px;
}

h1 {
    text-align: center;
    font-size: 25px;
    font-family: 'font bold';
    margin: 30px 0 30px;
}

section:nth-child(odd) {
    background: #fff;
}

section {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: #f7f7f7;
}

section li {
    line-height: 2;
    position: relative;
    text-align: justify;
}
section li:before {
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0 0 0 10px;
    color: #c41ce0;
}

section h2 {
    font-family: 'font bold';
    margin: 0 0 20px;
    font-size: 20px;
    color: #3F51B5;
}