html, body{
    
}

.about{
    width: 100%;
    height: 50vh;
    background-image: url('../../image/grad-nis.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    padding-left: 0px;
    padding-right: 0px;
}

.shadee{
    background-image: url('../../image/black-ground.jpg') !important;
    color: #fff;
}

.shade{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(000, 000, 000, .3);
    margin-left: 0px;
}

.shade h2{
    color: #fff;
}

.linee{
    margin-top: 15px;
    width: 40px; 
    border-top: 2px solid gold;
    margin-left: auto;
    margin-right: auto;
}

.about-section{
    padding: 60px 15px;
}

.img{
    margin-top: 30px;
}

.img1{
    margin-bottom: 30px;
}

.first-image{
    margin-top: 30px;
}

.second-image{
    margin-top: 30px;
}

.third-image{
    margin-top: 30px;
}   

.image{
    -webkit-box-shadow: 3px 4px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 4px 15px 0px rgba(0,0,0,0.75);
box-shadow: 3px 4px 15px 0px rgba(0,0,0,0.75);
}


@media (min-width: 567px){

}

@media (min-width: 768px){

}

@media (min-width: 992px){

    .first-image{
        margin-top: 0px;
    }
    
    .second-image{
        margin-top: 0px;
    }

    .img{
        margin-top: 0px;
    }
    
    .img1{
        margin-bottom: 0px;
    }
    

}

@media (min-width: 1200px){

}