/**
Theme Name: Dusang21
Author: Rajiv Kolluru
Author URI: https://themadpaintr.com
Description: Dusang21 is a fast, fully customizable & beautiful theme built for use for Kenny Dusang Financial Corp website. Designed, Developed, Maintained & Supported by theMadPAINTR Creative. 
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: dusang21
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;
	}
}