.section-layout-4 .row {
    gap: 20px
}

.section-layout-4 .painel {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: start;
}

.section-layout-4 .painel .painel__image {
    width: 200px;
    height: 200px;
}

.section-layout-4 .painel img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.section-layout-4 .painel__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section-layout-4 .painel h2 {
    color: #412D6F;
    font-size: 24px;
    font-weight: 500;
}

.section-layout-4 .painel p {
    color: #412D6F;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .section-layout-4 {
        text-align: center;
    }
}
