.how_div1
{
    background-image: url('../images/howItWork/city_background.png');
    background-size:cover;
    height: 8720px;
    max-height: 872px;
    font-size: 24px;
    color: #000000;
}

.text_div1
{
    vertical-align: middle;
    padding-top: 100px;
}

.size_36
{
    font-size: 36px;

}

.size_18
{
    font-size: 18px;
}

.red
{
    color: #C13143;
    padding-bottom: 40px;
}

.border-right:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display:block;
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}
.border-right {
   border-left: 1px solid #e0e0e0;
    margin-top: 40px;
}

.border-none {
    margin-top: 40px;
}

.size_72_red
{
    font-size: 72px;
    color: #C13143;
    line-height: 0.7;
}

.how_div2
{
    text-align: center;
    background: #6B838E;
    font-size: 28px;
    color: #FFFFFF;
}

.div_grey
{
    background: #6B838E;
    font-size: 28px;
    color: #FFFFFF;
}

.div_white
{
    background: #FFFFFF;
    color: #000000;
    margin-bottom: 90px;
    padding-bottom: 20px;
}

.mentions
{
    text-align: left;
    font-size: 15px;
    color: #FFFFFF;
    font-style: italic;
    padding-left: 110px;
    padding-bottom: 100px;
}

.person
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.person img
{
    max-height: 112px;
    padding-right: 25px;
    padding-left: 25px;
    display: inline-block;
}

.how_div3
{
    text-align: center;
    margin-top: 80px;
    font-size: 28px;
    color: #000000;
}

.timeline
{
    max-height: 1001px;
    margin: auto;
}

.timeline_div
{
    display: table;
    height: 200px;
    text-align: left;
    font-size: 18px;
    color: rgba(0,0,0,0.87);

}

.timeline_div2
{
    height: 300px;
}

.timeline_div4
{
    height: 400px;
}

.timeline_div span
{
    display: table-cell;
    vertical-align: middle;
}

.timeline_table_title
{
    font-size: 36px;
    color: #C13143;
}

.arrow_down
{
    padding-top: 150px;
}

@-webkit-keyframes arrow-jump {
    0%   { opacity: 0;}
    100% { opacity: 1;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -0-transform: translateY(10px);
        transform: translateY(10px);
    }

}
#arrow {
    -webkit-animation: arrow-jump 1s infinite; /* Safari 4+ */
    -moz-animation:    arrow-jump 1s infinite; /* Fx 5+ */
    -o-animation:      arrow-jump 1s infinite; /* Opera 12+ */
    animation:         arrow-jump 1s infinite; /* IE 10+, Fx 29+ */
}

.div_card
{
    margin-bottom: 140px;
}

.div_text
{
    margin-top: 40px;
}

.card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card {
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
}

.card span.card-title {
    font-size: 24px;
    color: #00BFA5;
    padding: 16px;
}

.card .card-content {
    padding: 16px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box;
    box-sizing: border-box;
    font-size: 18px;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card .card-content span.card-title {
    line-height: 48px;
}

.card .card-image {
    position: relative;
    overflow: hidden;
    padding-top: 25px;
}

.green_lg:hover
{
    color: grey;

}