@media all and (max-width: 719px){
    .framework > div:nth-of-type(1){
        text-align: center;
        align-items: center;
        flex-direction: column;
    }
    .framework > div:nth-of-type(1) div{
        padding: 10px;
    }
    .framework > div:nth-of-type(3),
    .framework > div:nth-of-type(5){
        flex-direction: column;
    }
    .framework > div:nth-of-type(3) div,
    .framework > div:nth-of-type(5) div{
        margin: 5px 0 10px 0 !important;
    }
    .framework > div:nth-of-type(4){
        display: block;
        text-align: center;
    }
    .framework > div:nth-of-type(4) div{
        display: inline-block;
        width: 46%;
        vertical-align: middle;
        margin-bottom: 30px;
    }
    .framework > div:nth-of-type(4) img{
        max-height: 120px;
    }
}