.about {
    width: 100%;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    row-gap: 2rem;
    padding: 4rem;
}

.about-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    max-width: 1400px;
    row-gap: 3rem;
}

.about p {
    padding: 0;
    color: #ffffff;
}

.about-item {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    align-items: center;
    max-width: 80%;
}

.about-icon {
    font-size: 3.5rem !important;
    color: #FF5D20;
}

.about-info {
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 960px) {
    .about-container {
        flex-direction: row;
        column-gap: 1rem;
    }

    .about-item {
        max-width: 20%;
        align-self: flex-start;
    }
}
