.greeting{font-size:16px; letter-spacing:-0.8px; overflow:hidden;}
.greeting p{text-align:justify; margin-bottom:30px; overflow:hidden;}
.greeting p span{float:right; font-size:18px; font-weight:500;}
iframe{
    width:100%;
    height:400px;
    border:0;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
