.about-top-container {
    width: 100%;
    height: 100%;
    background: url(../images/about-1.jpg);
    background-size: cover;
}

.about-top-text {
    color: #FFF;
    padding: 50px 0;
    font-size: 30px;
    padding-top: 250px;
    text-align: justify;
}

.about-top-text .heading {
    font-size: 36px;
    font-weight: 700;
}

.about-text-container {
    width: 100%;
    height: fit-content;
    text-align: center;
    margin: 0 auto;
}

.about-text {
    font-size: 30px;
}

.vision .description, .mission .description {
    font-size: 36px;
}

.values .icon {
    font-size: 72px;
    text-align: center;
    padding: 20px;
    color: #2C3393;
}

.values .label {
    text-align: center;
    font-size: 24px;
    color: #2C3393;
}

.values .description {
    text-align: center;
    font-size: 12px;
    color: rgba(44, 51, 147, .75);
}

.team .story img {
    width: 100%;
    height: 400px;
}

.flex-row-reverse .ds-textbox__title {
    text-align: right;
}