.about-page {
    .section-1 {
        .gird {
            .gird-item {
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
    .section-2 {
        .list {
            flex-direction: row;
            flex-wrap: wrap;
        }
    }
}