.temp-section {
	background-color: #17162e;
	padding: 50px 0;
}
.temp-section .title-h5 {
	color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
}
.temp-section ul {
	display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.temp-section ul li {}
.temp-section ul li a {
	display: block;
	text-align: center;
	padding: 15px 10px;
	text-decoration: none;
}
.temp-section ul li a p {
	font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 5px;
}
.temp-section ul li a h1 {
	font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
.temp-section ul li a h1 sub {
	bottom: 0;
    font-size: 60%;
}
.temp-section ul.ul-four {}
.temp-section ul.ul-four li {
	width: 25%;
}
.temp-section ul.ul-two {}
.temp-section ul.ul-two li {
	width: 50%;
}
.temp-section ul li a.bg-light-green {
    color: #fff;
    background-color: #67bf00;
}
.temp-section ul li a.bg-dark-green {
    color: #fff;
    background-color: #276d00;
}
.temp-section ul li a.bg-light-yellow {
    color: #101010;
    background-color: #ecd600;
}