/**
Theme Name: RWS AdvocatesIndia
Author: Rhizomatic Web Services
Author URI: https://rhizomaticweb.com/
Description: RWS Theme for AdvocatesIndia.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rws-advocatesindia
Template: astra
*/

/* Custom CSS */


em {
	color: var(--ast-global-color-0);
	font-weight : bold;
	font-style: normal;  
}

.rws-hero h5 {
    display: inline;
    background: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 10px;
}
	

/* Responsive design for mobile */
@media (max-width: 768px) {
  
}

