.wrapper__breadcrumb{position: absolute; z-index: 1; left: 0; right: 0; top: 210px}
.wrapper__banner-about{position: relative}
.wrapper__banner-about::before{position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: rgba(0,0,0,0.7)}
.banner-about__content{position:absolute; left:0; right:0; bottom:0}
.banner-about__h1{display:flex; align-items:center; justify-content:space-between; padding-bottom:50px}
.banner-about__h1 h1{color:#fff}
.banner-about__bg {height: 450px}
.banner-about__bg img, .banner-about__bg picture {width: 100%;height: 100%;object-fit: cover}
@media(max-width: 1499px) {
	.wrapper__breadcrumb{top:190px}
	.banner-about__bg{height: 420px}
	.banner-about__h1{padding-bottom:40px}
	.banner-about__h1 img{max-width:70px; height:auto}
}
@media(max-width: 1199px) {
	.wrapper__breadcrumb{top:170px}
	.banner-about__bg{height: 380px}
	.banner-about__h1{padding-bottom:35px}
	.banner-about__h1 img{max-width:65px; height:auto}
}
@media(max-width: 991px) {
	.wrapper__breadcrumb{top: 160px;}
	.banner-about__bg{height: 320px}
	.banner-about__h1{padding-bottom:30px}
	.banner-about__h1 img{max-width:55px; height:auto}
}
@media(max-width: 767px) {
	.wrapper__breadcrumb{top: 150px;}
	.banner-about__bg{height: 280px}
	.banner-about__h1{padding-bottom:25px}
	.banner-about__h1 img{max-width:45px; height:auto}
}
@media(max-width: 575px) {
	.wrapper__breadcrumb{top: 90px;}
	.banner-about__bg{height: 220px}
	.banner-about__h1{padding-bottom:20px}
	.banner-about__h1 img{max-width:35px; height:auto}
}
@media(max-width: 400px) {
	.banner-about__h1 img{display:none}
}
@media(max-width: 375px) {
	.wrapper__breadcrumb{top: 80px;}
}
