.where__title{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__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}
}