.about-container {
    background-color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    padding: 10px 30px 20px 30px;
}

.about-goals {
    margin-top: 40px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
