@media only screen and (max-width:1024px){
.has-global-padding {
padding-right: 40px;
padding-left: 40px;
}
}


@media only screen and (max-width:860px){
.width_702 {
width: unset !important; 
max-width: unset !important; 
margin-left: -130px;
}
.grid_column_adjust {
grid-template-columns: repeat(1,1fr);
}
}

@media only screen and (max-width:768px){
.width_702 {
width: unset !important;
max-width: unset !important;
margin-left: unset !important;
}
div#galleryGrid {
display: grid;
grid-template-columns: repeat(2,1fr);
gap: 32px;
}
}

@media only screen and (max-width:580px){
.has-global-padding {
padding-right: 20px;
padding-left: 20px;
}
.mobile_order_1 {
order: 1 !important;
}

.mobile_order_2 {
order: 2 !important;
}
div#galleryGrid {
display: grid;
grid-template-columns: repeat(1,1fr);
gap: 32px;
}
.grid_control_for_mobi {
grid-template-columns: repeat(1,1fr);
}
.grid_warp_footer {
grid-template-columns: repeat(1, 1fr);
gap: 24px;
}
.footer_btm_cover {
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;
}
.social_gap_mobile ul.wp-block-social-links {
gap: 5px;
}
.group_top_header {
justify-content: space-between;
}
.d-none-mob {
display: none !important;
}
.header_nymber a {
font-size: 12px;
}
.top_header img {
width: 20px;
height: 20px;
}
.wp-block-cover, .wp-block-cover-image {   
padding: 0;
}
ul#galleryTabs {
gap: 10px;
}
}