span.icon-number {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--primary-color-op30);
    color: var(--white);
    font-size: 7rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin: 4rem auto;
}
@media (max-width:571px){
span.icon-number {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 3rem;
    margin: 2rem auto;
 }
 h2.section-title,  h3.section-title{
 	font-size:1.5rem !important;
 	margin-bottom:25px;
 }
}

