@media (min-width:586px){
    .image_wrap_first{
        float: right;
    }
}
@media (min-width:586px) and (max-width: 768px){
    .image_wrap img {
        height: 225px ;
        width: 100%;
    }
    .mission_icon_container {
        width: 75%;
    }
}


@media (min-width:768px) and (max-width: 996px){
    .image_wrap  {
        width: 300px;
    }
    .image_wrap img {
        height: 225px;
    }

    .image_wrap img {
        height: 245px ;
        width: 300px ;
    }
}



@media (max-width:586px){
    .banner img {
        width: 12vh;
    }

    textarea.form-control {
        height: 111px;
        margin-bottom: 0%;
    }
    .image_wrap img{
        height: 250px;
        width: 100%;
    }
    .custom-card{
        width: 100%;
    }
}

@media (max-width:768px){
    .home-page .mission{
        background-size: 258% 115%;
        background-position: center;
    }
    .mission_icon_wrapper img {
        width: 6rem;
        height: 6rem;
    }
}
/*ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .mission_icon_wrapper img {
        width: 6rem;
        height: 6rem;
    }
    .mission_icon_container {
        width: 75%;
    }
}