﻿.faixa-titulo {
    background-color: var(--kt-darklite);
    height: 3px;
    width: 90%;
    margin: 0 auto;
    border-radius: 2px;
}

.sobre-text {
    text-align: justify;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 400;
}

.sobre-foto {
    border: 2px solid #ececc3;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .sobre-foto:hover {
        transform: scale(1.05);
        box-shadow: 0 0 10px #ececc3;
    }
