/**
Theme Name: Directory21
Author: Rajiv Kolluru
Author URI: https://themadpaintr.com
Description: Directory21 is a fast, fully customizable & beautiful theme built for use by the Mega Funding Directory Website. Built with SEO in mind, this theme includes special features and templates with Elementor page builder. Designed, Developed, Maintained & Supported by Rajiv Kolluru. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: directory21
Template: astra
*/

h1, h2, h3, h4, h5{
	padding-bottom:20px;
}

.alignMe b {
  display: inline-block;
  width: 15%;
  position: relative;
  padding-right: 10px; /* Ensures colon does not overlay the text */
}

.alignMe b::after {
  content: ":";
  position: absolute;
  right: 10px;
}

@media only screen and (max-width: 480px){
	.alignMe b {
	  width: 40% !important;
	}
}