html, body, div, span, p, h1, ul, li  {
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'helvetica';
  src: url(../fonts/helvetica.otf); 
}

* {
    font-family: helvetica;
    box-sizing: border-box;
    color: #1d1d1b;
}

body {
    background: url(../images/left-background.svg)  no-repeat left bottom ;
    min-height: 100vh;
    background-image: url("../images/left-background.svg"), url("../images/right-background.svg");
    background-position: left bottom, right top; 
    background-size: auto, 10%; 
    background-repeat: no-repeat; 
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.col-12 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.logo {
    display: block;
    width: 100px;
    margin: auto ;
    padding-top: 30px;
}

.center {
    text-align: center;
}

.info-logo {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #2c7431;
}

hr {
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    border-top: 1px solid #1d1d1b;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.title {
    margin-bottom: 100px;
}

.list {
    line-height:35px;
    float: right;
}