/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.emphasis-title p{
    background: #a4133c;
    margin: 20px 0;
    width: max-content;
    padding: 0 20px;
    font-size: 50px;
    color: #FFF;
    font-weight: 600;
	display: flex;
}

.homebtn{
	background: #FF4D6D !important;
	padding: 30px 30px;
	font-size: 22px !important;
	color: #FFF !important;
	border: 0 !important;
	border-radius: 50px !important;
	margin: 10px 50px;
}

.homebtn:hover{
	background: #a4133c !important;
}

#section-note{
	background: #6c6c6c;
}

#section-note p {
	color: #FFF;
}

@media (min-width: 768px) and (max-width: 1024px)  {
  
	.emphasis-title p{
		width: auto;
		font-size: 30px !important;
	}
	
}
  

@media (min-width: 481px) and (max-width: 767px) {
  
	.emphasis-title p{
		width: auto;
		font-size: 30px !important;
	}
	
}


@media (min-width: 320px) and (max-width: 480px) {

	.emphasis-title p{
		width: auto;
		font-size: 22px !important;
	}

	.homebtn {
		margin: 10px 0px;
	  }

}