.sub-title {
	border: 5px solid #ffc501;
	padding: 10px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}

.grid-container {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 20px;
}

.section {
	color: #000000;
	padding: 20px;
	border-radius:25px;
}

.first-section {
	background-color: rgb(143,173,21,0.3);
}

.second-section {
	background-color: rgb(137,12,88,0.3);
}

.third-section {
	background-color: rgb(0,125,186,0.3);
}

.fourth-section {
	background-color: rgb(255,198,0,0.3);
}

.fifth-section {
	background-color: rgb(186,12,47,0.3);
}

.sixth-section {
	background-color: rgb(91,127,149,0.3);
}

.section-heading {
	margin-top: 0;
}

p {
	font-family: inherit;
    font-style: normal;
    line-height: 23px;
    color: #444444;
}

ul li {
	font-family: inherit;
    font-style: normal;
    line-height: 23px;
    color: #444444;
}

.flex-img-container {
	display:flex;
	align-items:center;
	padding-bottom:8px;
	margin-left:8px;
}

.image-number__title {
	padding-left:8px;
}