.underline{
	text-decoration: none !important;
	color: white !important;
	font-size: 16px !important;
}

.underline:hover{
	text-decoration: underline !important;
}

.tile{
	background-color:#ffffff;
	width:100%;
	min-height:160px;
	border:1px solid #C6CDD1;
	border-radius:6px 36px 36px 36px;
	padding:25px;
	text-align:center;
	transition:all 0.3s ease;
}

.popularTopicContainer{
	display: flex; 
	justify-content: center; 
	margin-top: 40px; 
	font-family: Red Hat Display, sans-serif;
}

.popularTopicBG{
	background: #220346;
	border-radius: 54px;
	padding: 20px 26px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	max-width: 800px;
	width: 100%;
	color: #ffffff;
}

.popularTopicBG h2{
	text-align: center !important; 
	font-size: 36px !important; 
	margin-bottom: 18px !important; 
	color: #ffffff !important;
}

.popularTopicBG a{
	color: #ffffff !important; 
	font-size: 18px !important; 
	text-decoration: underline !important;
}

.content-right{
	display: flex;
	justify-content: flex-end !important;
}

.headings{
	font-size:36px !important;
	text-align:center !important;
	font-weight:700 !important;
	color:#fff !important;
	margin-bottom: 20px !important;
}

.contactNowContainer{
	background-color: #730d46;
    width: 100%;
    min-height: 180px;
    border: 1px solid #c6cdd1;
    border-radius: 6px 36px 36px 36px;
    padding: 25px;
    text-align: center;
    color: white;
}

.contactNowContainer h3{
	margin: 0;
}

.contactNowContainer p{
	font-size: 18px !important;
    line-height: 1.5;
    color: #ffffff;
    margin-top: 25px; /* increased space */
    padding: 0 10px;
}					