	.white-super-large {
        color: #ffffff!important;
		/*White*/
            font-size: 3em!important;
            line-height: 1.5em;
            font-weight: bold;
        }



	.white-lg {
		color: #fff!important;
		/*White*/
			font-size: 32px!important;
			line-height: 1.1em;
			font-weight: bold;
	}


@media screen and (max-width: 767px) {.white-lg {
    	color: #fff!important;
    	/*White*/
    	font-size: 1.1em!important;
    	line-height: 1em;
    	font-weight: bold;
    }}


	.white {
        color: #ffffff!important;
		/*White*/
            font-size: 1.3em!important;
            line-height: 1.4em;
            font-weight: bold;
        }
      


	.gray-super-large {
	     color: #3e4146!important;
		/*Dark slate grey*/
	         font-size: 2.8em!important;
	         line-height: 1.5em;
	         font-weight: bold;
	        }



	.gray-lg {
		color: #404246!important;
		/*Dark slate grey*/
			font-size: 32px!important;
			line-height: 1.1em;
			font-weight: bold;
	}


   @media screen and (max-width: 767px) {.gray-lg {
    	color: #404246!important;
    	/*Dark slate grey*/
    	font-size: 1.1em!important;
    	line-height: 1em;
    	font-weight: bold;
    }}


	.gray  {
	     color: #3e4146!important;
		/*Dark slate grey*/
	         font-size: 1.2em!important;
	         line-height: 1.4em;
	         font-weight: bold;
	        }


	.margins {
		  margin-left: 8%;
		  margin-right: 8%;
		}


	/*TABLET*/
		@media (max-width: 768px) {
			.margins {
				margin-left: 4%;
				margin-right: 4%;
			}
		 }

	/*MOBILE*/
		@media (max-width: 414px) {
				.margins {
				margin-left: 0%;
				margin-right: 0%;
			}
		}


	/*BOTTOM ALIGNED BUTTONS START*/
	 .layout-col .container-component.boxstyle_ {
		display: flex;
		flex-direction: column;
	  } 

	  .layout-col .container-component.boxstyle_ .buttons-component {
		margin-top: auto;
	  }

	/*BOTTOM ALIGNED BUTTONS END*/