/* 
start generic tag styles
*/

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 160%;
    margin: 0px;
    color: #000;
    background: #fff;
}

a {
    text-decoration: none;
    color: #990000;
    font-weight: 700;
}

.content{
    width: 100%;
    margin: auto;
}

img{
    border: none;
    display: block;
}


.bg{
    position: absolute;
   left: 0px;
    bottom: 0px;
    z-index: -2;
    width: 56%;
}

.bg img{
    width: 100%;
}

.box{
   margin-left: 45%;
   margin-top: 180px;;
}
h1{
    font-family: 'Assistant', sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 160%;
    color: #3d4240;
    margin-bottom: 20px;
}

h2{
    letter-spacing: 0.8px;
}