@charset "utf-8";

.ec-list-decimal > dd {
    width: 700px;
    padding: 20px 0 20px 60px;
    background-color: #F3F1EB;
    border-radius: 25px;
}
.ec-list-decimal > dd span {
	font-size:120%;
}
.ec-list-decimal > dd:before {
	top: 20px;
    margin-left: 30px;
	font-size:120%;
}

.material-symbols-outlined {
    width: 700px;
    text-align: center;
}


@media screen and (max-width: 768px){
	.ec-list-decimal > dd {
	    width: 100%;
	    padding: 10px 20px 10px 50px;
	}

	.ec-list-decimal > dd:before {
		top: 10px;
	}

	.material-symbols-outlined {
	    width: 100%;
	}

}