
.textGreen{
	color: #8dc63f;
}
.textPurple{
	color: #92278f;
}
.textOrange{
	color: #ff5200;
}
.textLightBlue{
	color: #00bfff;
}
.textRed{
	color: #e11a1f;
}
.textDarkBlue{
	color: #002c9d;
}


.borderGreen{
	border-bottom: 4px solid #8dc63f;
}
.borderPurple{
	border-bottom: 4px solid #92278f;
}
.borderOrange{
	border-bottom: 4px solid #ff5200;
}
.borderLightBlue{
	border-bottom: 4px solid #00bfff;
}
.borderRed{
	border-bottom: 4px solid #e11a1f;
}
.borderDarkBlue{
	border-bottom: 4px solid #002c9d;
}

.header-bottom {
    padding: 9px 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: calc(100% - 150px);
    }
}


.span{
	color: #3f3e3e;
    font-size: 20px;
}
.para{
	font-size: 19px;
	line-height: 2;
	color: #413f3f;
}
.ulList {
	margin-left: 23px;
}
.ulList li{
	font-size: 19px;
	line-height: 2;
	color: #413f3f;
	list-style-type: square;
}