@media only screen and (max-width: 1440px) {
    .row{
        padding: 20px 10%;
    }
}

@media only screen and (max-width: 1240px) {
    #intro-row{
        position: relative;
    }
    .row{
        padding: 10px 5%;
    }
    
}


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

    .init-card{
        height: 300px;
    }
}

@media only screen and (max-width: 768px) {
    .init-card{
        position: relative;
    }
    .init-wrap a{
        width:100%;
    }

}


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

}