@import url("https://fonts.dubuplus.com/css?family=Montserrat");
.greet{overflow:hidden;}
.greet dl{overflow:hidden;}
.greet dl dt{float:right; width:27%;}
.greet dl dt img{width:100%;}
.greet dl dd{float:left; width:70%;}
    
.greet h3:before{content:''; display:block; width:60px; height:4px; background:#0f79be; margin:0 0 20px;}
.greet h3{font-size:28px; font-family:'Montserrat'; margin:0 0 55px; line-height:1.6;}
.greet p{font-size:15px; line-height:1.6; text-align:justify; letter-spacing:-0.7px;}
.greet span{display:block; float:right; margin:30px 0 0; font-size:16px; text-align:right;}
.greet span b{font-size:18px;}

/* tablet */
@media screen and (min-width:768px) and (max-width:991px){
    .greet dl dt img{display:none !important; max-width:350px; margin:0 auto;}
}
    

/* mobile */
@media screen and (max-width:767px){
    .greet dl dt{float:none; width:100%; margin:0 0 35px;}
    .greet dl dt img{display:none !important; max-width:350px; margin:0 auto;}
    .greet dl dd{float:none; width:100%;}
    
    .greet h3{font-size:18px; margin:0 0 35px;}
    .greet p{font-size:14px; line-height:1.5; text-align:left;}
	.greet span{display:block; float:none; margin:15px 0 0; font-size:16px; text-align:left;}
}
