.about {
    box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.8);
    background-color: #03225b;
    color: #fff;
    padding: 2rem 0;
    margin-top: 8rem;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    flex-direction: column;

    .about-text {
        max-width: 800px;
        margin: 0 2rem;
        color: #eee;
    }
}