@charset 'utf-8';

.greeting-txt{font-size:20px;font-weight:700;line-height:30px;color:#333;}

@media screen and (max-width:1024.98px){
	.greeting-txt{font-size:15px;line-height:25px;}
}