.bloco-icone {
    font-family: "Hind Madurai", sans-serif;
}

.bloco-icone h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    font-weight: bold;
}

.bloco-icone h2 ~ p {
    margin-top: 8px;
    display: block;
}

.bloco-icone h2 ~ p {
    font-size: 22px;
    line-height: 150%;
    font-weight: normal;
    text-align: center;
}

.bloco-icone ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: 32px;
	overflow: auto;

}

@media(max-width: 1024px){
	.bloco-icone ul {
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	
}

.bloco-icone ul::-webkit-scrollbar {
  display: none;
}

.bloco-icone ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
    margin: 0px 8px 32px 8px;
}

.bloco-icone ul li figure {
    background-color: #c4c4c4;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.bloco-icone ul li figure img {
    max-width: 64px;
    max-height: 64px;
	height: auto;
	width: auto;
}

.bloco-icone ul li h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}

.bloco-icone ul li p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
	font-weight: normal;
}

.bloco-icone ul li p a {
    color: #009ee3;
    text-decoration: none;
}

@media screen and (min-width: 768px) {

    .bloco-icone h2 ~ p {
    }

    .bloco-icone ul {
        flex-wrap: nowrap;
    }

    .bloco-icone ul li {
        margin: 0px 8px 8px 8px;
    }

}

@media screen and (min-width: 1024px) {

    .bloco-icone ul {
    }

    .bloco-icone h2 {
    }
 
}













/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
