#sobre {
    margin-top: 75px;

    .btn_div {
        padding-top: 30px;
    }

    .ajuda-title {
        font-size: 2.5rem;
        line-height: 2.7rem;

        @media (max-width: 400px) {
            font-size: 32px;
            line-height: 32px
        }
    }
}

.about-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: auto;
    gap: 16px;
    flex-wrap: initial;
    justify-content: initial;
}

@media (max-width: 768px) {
    .about-wrapper {
        flex-direction: column;
    }
}

.about-image img {
    border-radius: 20px;
    height: 350px;
    width: 350px;
}

.section-header {
    flex-direction: column;
    display: flex;
    gap: 16px;

    h2 {
        text-align: center;
    }
}

.about-content {
    flex-direction: column;
    display: flex;
    gap: 16px;
}

.destaque {
    padding-left: 20px;
    text-align: left;
}