.materiais {
    display: flex;
    flex-direction: row;
    padding: 5rem 15rem;
    gap: 1rem;
}

.materiais img {
    width: 100%;
}

.materiais h3 {
    margin: 1rem 0;
    font-size: 25px;
}

.materiais p {
    margin: 1rem 0;
    font-size: 14px;
    line-height: 20px;
    width: 99%;
}

#materiais-acoes {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 20rem;
}

.btnDownload {
    color: var(--branco);
    background-color: #21C65E;
    text-decoration: none !important;
    border-radius: 12px;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    font-size: 14px;
	padding:15px;
}

.acoes h3 {
	font-size: 20px !important;
}

#pagina-acoes span {
    font-size: 20px !important;
}

@media (min-width: 320px) and (max-width: 768px) {
    .materiais {
        flex-direction: column;
        padding: 5rem 10px;
        gap: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {}

@media (min-width: 1024px) and (max-width: 1366px) {}