.about-main {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.about-information {
    display: flex;
    text-align: center;
    padding: 30px;
    height: 100%;
    width: 80%;
    flex-direction: column;
    justify-content: space-evenly;
}

.about-card-sector {
    display: flex;
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    flex: 6;
}