.text--introduce {
	margin: 10px 0;
	line-height: 25px;
	font-weight: 400;
	text-align: justify;
} 

@media only screen and (max-width: 768px) and (min-width: 550px) {
	.col-sm-3 {
		flex: 0 0 40% !important;
		max-width: 40%;
	}
}

.numb--page {
	display: flex;
    justify-content: center;
	width: 100%;
	margin: auto;
	padding-top: 20px;
}
.numb--page div{
	background: #81956d;
	color: #fff;
}

.numb--page div:hover{
	background: #5c7148;
}

.numb--page div a{
	color: #fff;
	text-decoration: none;
}