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

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


.pro{
}

.pro p{
    font-size:15px;
    font-weight:bold;
    background-color:#3292EA;
    padding:7px 12px;
    color:#fff;
}

.pro .pro_txt{
    background-color:#143B64;
	font-size:17px;
}

.pro img{
    display:block;
    width:100%;
    max-width:833px;
    margin-bottom:10px;   
}