.vision-main{
    display: flex;
    flex-direction: column;
    background-color: whitesmoke;
    padding-left: 5%;
    padding-right: 5%;
}

.vision-title{
    padding-bottom: 30px;
}

.vision-text{
    padding-right: 20px;
}

.vision-text p{
    margin-bottom: 20px;
}

.vision-text-reverse p{
    margin-bottom: 20px;
}

.vision-image-group{
    display: flex;
    flex-direction: column; 
}

.vision-img{
    display: flex;
    flex-direction: column;
    padding: 2%;
    padding-top: 10%;
    padding-bottom: 5%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .vision-part{
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .vision-part-reverse{
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }
    
    .vision-img img{
        width: 250px;
        height: 150px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .vision-img img{
        width: 500px;
        height: 300px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .vision-part{
        display: flex;
        flex-direction: row;
        padding-bottom: 50px;
    }

    .vision-part-reverse{
        display: flex;
        flex-direction: row-reverse;
        padding-bottom: 50px;
    }

    .vision-text-reverse{
        padding-left: 50px;
    }

    .vision-img img{
        width: 300px;
        height: 180px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .vision-img img{
        width: 400px;
        height: 240px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
 
    .vision-img img{
        width: 500px;
        height: 300px;
    }
}
