
.font-poppins {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;

}

.list-style-4 li {
	position: relative;
    list-style-type: square;
	padding: 0 0 10px 22px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
