.gallery_type1_title {
	padding-top: 60px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
    font-size: 47px;
    color: #191919;	
}
.gallery_type1_subtitle {
    margin-bottom: 45px;
    text-align: center;
    font-size: 16px;
    color: #444;	
}
.gallery_type1_img_retina {
    width: 460px;
    height: 550px;
    object-fit: cover;	
}
.gallery_type1_descrip {
	margin-top: 50px;
	font-weight: 400;
	line-height: 1.6;
	font-size: 16px;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}
.gallery_type1_btn_box {
	text-align: center;
	padding-bottom: 60px;
}


@media screen and (max-width: 1200px) {
	.gallery_type1_img_retina {height: 400px; width: 100%;}

}
@media screen and (max-width: 992px) {
	.gallery_type1_img_retina {height: 260px;}
}
@media screen and (max-width: 767px) {
	.carousel__slide {width: : var(--carousel-slide-width, 100%) !important; margin-right: 15px;}
	.gallery_type1_img_retina {height: 440px; width: 363px;}
	.gallery_type1_title {font-size: 35px;}

}
@media screen and (max-width: 390px) {

}
@media screen and (max-width: 375px) {
	.gallery_type1_img_retina {width: 330px;}
}