.info {
	padding:20px 10px;
    font-size:15px;
}

.info h2 {
	font-size:25px;
    color:#fff;
    margin-bottom:20px;
    background:#87C2EC;
    padding:20px 20px;
    border-radius:0px 100px 0px 0px;
    width:50%;
     box-shadow:5px 5px 5px rgba(0,0,0,0.5)
}

.info strong {
	font-size:15px;
    color:#595a5a;
  
}

.info .txt_box {

	background:#F2F2F2;
    line-height:25px;
    padding:10px 0 20px 20px;
    box-shadow:5px 5px 5px rgba(0,0,0,0.3)

}
.info .txt_box ul li:before {
	content:"";
    display:inline-block;
    width:5px;
    height:5px;
    background:#66b2e5;
    margin-left:-12x;
    margin-right:10px;

    
        
}
.info .txt_box ul li {
	margin-top:20px;
   
}



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

/* mobile */
@media screen and (max-width:768px){
    .info h2 {
    	font-size:15px;
        width:60%;
        
    }
    
}
