.creche-content{
    width: 100%;
    display: flex;
    justify-content: center;
}
.creche-content-inner{
    width: 80%;
    margin-top: 20px;
    margin-bottom: 50px;
}
.admissionKiddies{
	width: 100%; 
	height: auto; 
	text-align: left; 
	font-size: 30px; 
	font-weight: bold; 
	color:#DC800C;
	font-family: "Algerian", Monaco, monospace;
	margin-top: 10px;
}
.crecheFrontText{
	width: 100%;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#000000;
	line-height: 1.5;
	margin-top: 10px;
}

@media only screen and (max-width:600px){
    .creche-content-inner{
        width: 90%;
    }
    .admissionKiddies{
        font-size: 20px;
    }
    .admission-guide-area{
        height: auto;
    }
    .admission-guide-subtext{
        height: auto;
    }
    .admission-guide-text{
        font-size: 20px;
    }
   

}