
/* Instafeed Section */

.instafeed-section{
    padding: 96px 0 46px 0;
}
.instafeed-title{
    margin-bottom: 122px;
    text-align: center;
}



/* Responsive */
@media screen and (max-width: 1550px) {


    /* Instafeed Section  */
    .instafeed-section{
        padding: 70px 0;
    }
    .instafeed-title{
        margin-bottom: 50px;
    }

}
@media screen and (max-width: 1299px) {

}

@media screen and (max-width: 1199px) {
}


@media screen and (max-width: 991px) {

    .instafeed-section{
        padding: 50px 0;
    }
    .instafeed-title{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {}
@media (min-width:576px) and (max-width:767px) {}