.where__block{text-decoration:none !important; }
.where__block img {width: 100%;height: 200px;object-fit: cover}
.where__title{color:#1B1A1F; display:flex;align-items:center;justify-content:space-between;font-size: 18px;font-weight: 600;height: auto;padding-top: 15px;}
.where__title::after{content:""; width: 70px; background-color: #FFD200; height: 14px}
.wrapper__coupewhere .btn-yellow{font-size: 18px;line-height: 55px;max-width: 300px;margin: 0 auto}
@media(max-width:1229px){
	.where__block img {height: 160px}
	.where__title{font-size: 16px; padding-top: 10px;}
	.where__title::after{width: 50px; height: 13px}
	.wrapper__coupewhere .btn-yellow{font-size: 17px; line-height: 50px}
}
@media(max-width:991px){
	.wrapper__coupewhere .btn-yellow{font-size: 16px; line-height: 45px}
}
@media(max-width:575px){
	.where__block img {height: 70vw}
}