
p {
    line-height: 1.8;
    font-size: 12px;
}
    
 spen {
        font-size: 17px;
        font-weight: bolder;
        color: #af8b69;
    }
    
p_1 {
     padding-left: 15px;
}


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

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