.block__app-instagram-section .page-width {max-width: 100%;}
.block__app-instagram-section .instafeed-new-layout-wrapper { grid-template-columns: repeat(7, 1fr) !important;}
.block__insta_content h4 {font-family: var(--font-body-family);}
.instafeed-new-layout-item {width: 100% !important;padding-bottom: 100%;}

@media(max-width:1199px) and (min-width:990px) {
    .block__app-instagram-section .instafeed-new-layout-wrapper{grid-template-columns: repeat(5, 1fr)!important; }
}
@media (min-width:990px){
    .block__app-instagram-section .page-width{padding: 0 48px;}
}
@media (max-width: 989px) {
    .block__app-instagram-section .instafeed-new-layout-wrapper{grid-template-columns: repeat(3, 1fr)!important;}
    .block__app-instagram-section .page-width{padding: 0 20px;}
}