@import url("http://fonts.googleapis.com/earlyaccess/kopubbatang.css");

.info { text-align:center; }

.info .cont1 {
    background:url(/app/dubu_sourcecode/docs/imgs/1514870129_sub_img01.jpg) no-repeat center;
    background-size:cover;
    height:250px;
    position:relative;
}

.info h2 {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-75px;
    margin-top:-75px;
    padding-top:30px;
    width:150px;
    height:150px;
    font-size:30px;
    font-weight:600;
    line-height:1.3;
    background:#70bc08;
    vertical-align:middle;
    text-align:center;
    color:#fff;
    border-radius:50%;
    box-shadow:1px 1px 1px #ddd;
}

.info p {
    font-family:'Kopub Batang';
    font-size:25px;
    font-weight:400;
    line-height:1.4;
    margin-top:40px;
}
.info p strong { font-size:33px; color:#1ba204; }


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

/* mobile */
@media screen and (max-width:768px){
    .info .cont1 {
        height:150px;
    }
    .info h2 {
        margin-left:-50px;
        margin-top:-50px;
        padding-top:20px;
        width:100px;
        height:100px;
        font-size:20px;
    }

    .info p {
        font-size:16px;
        font-weight:bold;
    }
    .info p strong { font-size:20px; color:#1ba204; }
}
