.greeting-box{display:table;width:100%;table-layout:fixed;}
.greeting-box > div{display:table-cell;vertical-align:top;}
.greeting-box .left-box{width:53%;padding:0 60px 0 0;}
.greeting-box .left-box img{width:100%;}

@media screen and (max-width: 768px){
	.greeting-box .left-box{padding:0 20px 10px 0;}
}

@media screen and (max-width: 480px){
	.greeting-box{display:block;table-layout:unset;}
	.greeting-box > div{display:block;}
	.greeting-box .left-box{width:100%;padding:0 0 20px 0; }

}