.section-layout-5 .painel {
    height: 250px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #7957C7;
    color: #412D6F;
    font-size: 18px;
    font-weight: 400;
}

.section-layout-5 .painel img {
    height: 50px;
}


@media screen and (max-width: 1023px) {

    .section-layout-5 {
        text-align: center;
    }

    .section-layout-5 .painel {
        align-items: center;
        gap: 20px;
    }
}
