#sobre {
    padding-bottom: 60px;
    background-color: black;
}

#sobre .pre-title {
    color: #000;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 200% */
    letter-spacing: -0.15px;
    border-radius: 4px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
}

#sobre .left-col {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

#sobre .message1 {
    color: #fff;
    /* txtefec */
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.26);
    font-family: Barlow;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-top: 20px;
}

#sobre .message2 {
    color: #ffffff9c;
    /* txtefec */
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.26);
    font-family: Barlow;
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.38px;
    margin-top: 15px;
}

#sobre .base-buttons {
    border-radius: 8px;
    background: #e75524;
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.26px;
    margin-top: 40px;
}

#sobre .other-title {
    color: transparent;
    -webkit-text-stroke: 2px #b11923; /* largura da borda e cor */
    text-stroke: 2px #b11923;
    font-family: "Akira";
    font-size: 120px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: left;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 16px;
}

@media screen and (max-width: 768px) {
    #sobre .other-title {
        font-size: 60px;
        margin-left: 0;
        margin-top: 12px;
    }
}

@media screen and (max-width: 1499px) {
    #sobre .other-title {
        font-size: 80px;
        margin-left: 0;
    }
}

@media (max-width: 1020px) {
    #sobre .message1 {
        font-size: 28px;
    }
    #sobre .message2 {
        font-size: 12px;
    }

    #sobre .other-title {
        font-size: 45px;
    }
}
