.pisys-grey-logo-about {
    background-image: url('../images/pisys-grey.png');
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

/* pading and margin have been split half and half so the Pisys Logo behind which
is in the main-container, fits evenly behind text.*/
.about-main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap-reverse;
    padding-top: 3%;
    margin-top: 11%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    /* background-color: coral; */
}

@media (max-width: 575px) {
    .about-main-container {
        margin-top: 28%;
    }
}

.about-left-container{
    width: 48%;
    text-align: right;
    padding-right: 3%;
    /* background-color: coral; */
}

@media (max-width: 800px) {
    .about-left-container {
        width: 500px;
        text-align: center;
        padding-right: 0%;
    }
}

.about-bold-text {
    font-size: 40px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #203864;
    padding-left: 50%;
    padding-top: 14%;
    line-height: 1.1;
}

@media (max-width: 800px) {
    .about-bold-text {
        padding-left: 0px;
        padding-top: 8%;
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .about-bold-text {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8%;
        font-size: 25px;
    }
}

span[data-color="manage"] {
    color: #77D353;
}

.about-right-container {
    width: 52%;
/*    padding-right: 23%;*/
    /* background-color: cornflowerblue; */
}

@media (max-width: 800px) {
    .about-right-container {
        width: 500px;
        padding-right: 0%;
    }
}


.about-right-text {
    text-align: left;
}

@media (max-width: 800px) {
    .about-right-text {
        text-align: center;
    }
}

.about-us {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #FFB03B;
    padding-bottom: 5px;
}

@media (max-width: 800px) {
    .about-us {
        padding-top: 3%;
    }
}

@media (max-width: 575px) {
    .about-text {
        font-size: 20px;
    }
}

.who-we-are {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #203864;
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .who-we-are {
        font-size: 25px;
    }
}

.about-text {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #203864;
}

@media (max-width: 800px) {
    .about-text {
        font-size: 18px;
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    .about-text {
        font-size: 15px;
        padding-top: 15px;
    }
}