.coupe-components__logo{height:80px}
.coupe-components__cover img{width:100%; height:160px; object-fit:cover}
.coupe-components__title{background:#EFF2F8;font-weight: 700;font-size: 18px;line-height: 22px;color: #1B1A1F;text-align: center;height: 80px;align-items: center;display: flex;justify-content: center;}
@media(max-width:1229px){
	.coupe-components__logo{height: 60px;}
	.coupe-components__logo img{height:40px}
	.coupe-components__cover img{height: 130px;}
	.coupe-components__title{font-size: 16px;line-height: 20px;padding: 0 10px;}
}
@media(max-width:575px){
	.coupe-components__logo{height: 80px;}
	.coupe-components__logo img{height: auto;}
	.coupe-components__cover img{height: 57vw;}
}