/* Home tasting section */
.rt-home-tasting{background:var(--rt-bg-light);}
.rt-home-tasting__intro{font-size:20px;}
.rt-home-tasting__row{
	display:flex;gap:30px;flex-wrap:wrap;align-items:center;margin-top:30px;
}
.rt-home-tasting__image{
	flex:1 1 320px;max-width:480px;border-radius:6px;
}
.rt-home-tasting__content{flex:1 1 320px;}
.rt-home-tasting__content p{font-size:18px;}
