.diagram{
    margin-bottom: 50px;
}

.diagram .rounded{
    font-size: 25px;
    font-weight: 700;
    width: 200px;
    height: 60px;
    letter-spacing: 1px;
    border: 2px #f58735 solid;
    background-color: white;
    border-radius: 100px !important;
    color: #f58735;
    margin: 0 auto;
}


.centered{
    display: flex;
    justify-content: center;
    align-items: center;
}

.chart .arrow-down{
    max-width: 100px;
    margin: 10px 0;
}

.chart .arrow-left{
    max-width: 100px;
    overflow: show;
    display: inline;
}

.chart .arrow-down-medium{
    width: 2px;
    height: 100px;
    background-color: #f58735;
}

.stage{
    margin-left: 70px;
}

.stage h2{
    font-weight: 700;
    font-size: 70px;
    margin-bottom: 0px;
}

.stage p{
    font-weight: 100;
}

.stage#stage1 span{
    background-color: #50a9b1;
    padding: 2px 5px;
    color: white;
}

.stage#stage2 span{
    background-color: #96be25;
    padding: 2px 5px;
    color: white;
}

.stage#stage3 span{
    background-color: #9925be;
    padding: 2px 5px;
    color: white;
}

.stage#stage4 span{
    background-color: #f58735;
    padding: 2px 5px;
    color: white;
}

.info{
    margin-right: 70px;
    background-color: rgba(245, 135, 53, 0.7);
    color: white;
    padding: 10px;
}

.info h2{
    font-weight: bold;
}

.info div{
    height: 5px;
    width: 100%;
    background-color: black;
    margin-bottom: 10px;
}

.cards{
    padding: 50px;
    background-color: gainsboro;
}

.cards.icon-img{
    max-width: 150px !important;
}
#more-arrows {
	width: 75px;
  height: 65px;
}

.left-arrow{
    margin-top: 520px;
}

.left-arrow svg{
    width: 30%;
    height: 30%;
}

@media only screen and (max-width: 767px) {

    .stage{
        margin-left: 10px;
    }

    .stage h2{
        font-size: larger;
    }

    .stage span{
        font-size: 11px;
    }
    
    .stage p{
        font-size: 11px;
    }

    .stage#stage2{
        margin-top: 200px !important;
    }

    .stage#stage3{
        margin-top: 450px !important;
    }

    .stage#stage4{
        margin-top: 100px !important;
    }

    .info{
        width: auto;
        height: auto;
        margin-right: 10px;
        padding: 5px;

    }

    .info h2{
        font-weight: bold;
        font-size: small;
    }

    .info div{
        height: 5px;
        width: 100%;
        background-color: black;
        margin-bottom: 5px;
        font-size: small;
    }

    .navigation{
        margin-top: 50px !important;
    }

}