.cmssection{
    flex-grow: 1;
}
html{
    scroll-padding-top: 80px;
}
h1 {
    font-size: 2rem;
    font-weight: 600;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 30px;
}
p {
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    word-break: break-word;
}
.cmsfluid{
    text-decoration: none;
	display: flex;
    align-items: center;
    height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
}
.cmsbannertext h2{
	font-size: 44px;
	font-weight: 700;
	color: #fff;
	line-height: 57px;
	text-transform: uppercase;
}
.cmsbannertext p{
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 35px;
	max-width: 500px;
	margin-bottom:30px;
}
.aboutuscontent{
    margin-top:40px;
    margin-bottom:40px;
}
.tablecontent td a{
    color:#000000;
    text-decoration:none !important;
}
ol > li::marker {
    font-weight: bold;
      color:#000;
}
@media screen and (min-width:768px){
.tablecontent td{
    border: 1px solid;
    max-width: 200px;
    font-weight: 500;
}
}

@media screen and (min-width:320px) and (max-width:767px) {
.tablecontent td{
    white-space: nowrap;
    max-width:auto;
    border: 1px solid;
    font-weight: 500;
}
.cmssection p {
    font-size: 15px !important;
}
.cmssection li {
    font-size: 15px !important;
}
}
