.title-content h1{
    margin-top: 30px;
}

.image_banner{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.image_banner img{
    vertical-align: middle;
    margin: auto;
}

.logo img{
    width: 300px;
}

.text-container{
    padding: 60px;
}

.text-container h2{
    text-align: center;
    font-size: 2em;
    margin: 10px;
    line-height: 1.2;
}
.text-container p{
    font-size: 16px;
}

.infography img {
    width: 100%;
}

.call_to_action{
    margin: 40px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call_to_action img{
    width: 200px;
}

.rounded {
    border-radius: 12px;
    border: 4px orange solid;
}

.call_to_action .bigger p{
    font-size: 30px;
    padding: 15px;
    text-align: center;
    line-height: 1.4;
}

