#content{
    padding-top: 60px;
    color:#2f2f2f;
}

#intro{
    text-align:center;
    background-color: #616161;
}

#intro img{
    width: 80%;
}

#title{
    margin-top: -150px;
    text-align: center;
    font-size: 40pt;
    line-height: 41pt;
    font-weight: 400;
    background-color: #616161;
    color: #fff;
}

#graphs_line1{
    margin-top: 150px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.graphs_line1_img img{
    width:300px;
}

#box_container{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom:50px;
}

.box{
    width:80%;
    max-width: 600px;
    padding:30px;
}

.box_title{
    font-size: 19pt;
}

.box_subtitle{
    font-size: 22pt;
}

#graphs_line2{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
    padding-top:150px;
    background-color: #2f2f2f;
}

.graphs_line2_img img{
    width: 350px;
}

.graphs_line2_title{
    font-size: 22pt;
    padding-left: 24px;
}

.graphs_line2_subtitle{
    font-size:13pt;
    width: 80%;
    max-width: 500px;
    padding-left: 24px;
    color: #d1d1d1;
}

@media (max-width: 1220px) {

    #title{
        margin-top: -100px;
    }

    #graphs_line1{
        margin-top: 100px;
    }

    .graphs_line1_img img{
        width:200px;
    }

    #graphs_line2{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 852px) {
    .graphs_line2_title{
        padding-top:20px;
        text-align: center;
        padding-left: 0;
    }

    .graphs_line2_subtitle{
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        width:100%;
    }
}

@media (max-width: 600px) {
    #title{
        margin-top: -50px;
        font-size:25pt;
    }
    #graphs_line1{
        margin-top: 50px;
    }
    #graphs_line2{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box_subtitle{
        font-size: 16pt;
    }
    .box{
        width: 100%;
    }
}

@media (max-width: 414px) {
    .graphs_line1_img img{
        width:140px;
    }
}