


.greeting{
	background: url(/app/dubu_sourcecode/docs/imgs/1556519428_1.jpg);
    background-size: cover;
    padding: 20px;
}
.greeting > div { margin:20px 0;}


/* cont2 */

.greeting > div.cont2 { overflow:hidden; }
.greeting > div.cont2 > ul { float:left;  padding:30px 15px; }
.greeting > div.cont2 > ul:nth-child(1) { width:100%; border-top:2px solid #d0332c; background-color:rgba(0,0,0,0.7); }
.greeting > div.cont2 > ul > li { margin-bottom:20px; }
.greeting > div.cont2 > ul > li > h2 {
	font-family: 'Fugaz One';
    font-size: 28px;
    letter-spacing: -1px;
    color: #ec3d35;
}

.greeting > div.cont2 > ul > li > p {	
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    padding:10px 0;
}






/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .greeting > div.cont1 > h1 > img { width:100%; max-width:500px; }
    .greeting > div.cont2 > ul:nth-child(1) { width:100%; }
}
