.owner_image img{
    width: 100%;
    height: auto;
}

.swiper-container .swiper-slide img{
    height: 650px;
}

section#footer{
    background: #2E3192;
}

section#copyright {
    background: #1a1b54;
}

.swiper-container .swiper-slide .tint {
    background: rgba(0,0,0,0.2);
}

.swiper-container .swiper-slide p{
    opacity: 1;
}

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

    .swiper-container .swiper-slide img {
        height: 200px;
    }
    
    section#page-intro {
        height: 150px;
    }

    .order-1{
        order: 1;
    }

    .order-2{
        order: 2;
    }

}