.img_block,.gallery_block,.txt_img_block,.txt_block{padding:60px 48px;color:#F7F7F9;background:#1A1A1D;}
.img_block h2,.gallery_block h2,.txt_img_block h2,.txt_block h2{margin-bottom:60px;color:#F7F7F9;}
.txt_container{width:100%;}
.img_block img{border-radius:20px;width:100%;}
.txt_img_left{padding-right:48px;width:50%;}
.txt_img_right{width:50%;}
.txt_img_right img{border-radius:20px;width:100%;}
.gallery_photos {width:100%;gap:24px;}
.gallery_photo {
	width:calc(25% - 15px);
	aspect-ratio:1/1;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#f5f5f5;
	border-radius:15px;
}
@media only screen and (max-width:1440px){
	.img_block,.gallery_block,.txt_img_block,.txt_block{padding:60px 24px;}
}
@media only screen and (max-width:1050px){
	.txt_img_left {margin:0;width:100%;padding-right:0;}
	.txt_img_right {width:100%;margin:0;padding:50px 10px 0 10px;}	
}
@media only screen and (max-width:720px){
	.img_block h2,.gallery_block h2,.txt_img_block h2,.txt_block h2{margin-bottom:48px;}
	.img_block,.gallery_block,.txt_img_block,.txt_block{padding:48px 12px;}
	.gallery_photos {gap:12px;}
	.gallery_photo {width:calc(25% - 7.5px);}
}
@media only screen and (max-width:480px){
	.img_block h2,.gallery_block h2,.txt_img_block h2,.txt_block h2{margin-bottom:24px;}
	.gallery_photo {width:calc(50% - 5px);border-radius:10px;}
}