#aboutPage {
    text-align: center;
}

#aboutPage .page-section {
    padding: 65px 0;
}

#aboutPage .title {
    font-size: 50px;
    margin-bottom: 40px;
    color: #e7411e;
    text-align: center;
    font-weight: 700;
}


/********************* PAGE BANNER *********************/

#aboutPage .page-banner .banner {
    background-image: url("../img/banner-company profile.png");
}


/************************ ABOUT ************************/

#aboutPage #about {
    text-align: left;
}

#aboutPage #about p {
    margin-bottom: 40px;
}

#aboutPage #about ul {
    padding-left: 20px;
}

#aboutPage #about ul li {
    /*font-size: 22px;*/
    /*font-weight: 600;*/
    list-style: initial;
}


/********************* TECHNOLOGIES *********************/

#aboutPage #technologies {
    background-color: #f1f1f1;
}

#aboutPage #technologies .technologies {
    padding: 80px 0 0;
}

#aboutPage #technologies .technologies .technology {
    margin-bottom: 60px;
}

#aboutPage #technologies .technologies .technology figcaption {
    margin-top: 15px;
    font-size: 22px;
    /*text-transform: capitalize;*/
}

@media(min-width: 333px) {
    #aboutPage #technologies .technologies .technology {
        display: inline-block;
        width: 50%;
    }
}

@media(min-width: 480px) {
    #aboutPage #technologies .technologies .technology {
        width: 33%;
    }
}


/********************** OWNERSHIP **********************/

#aboutPage #ownership ul {
    text-align: left;
}

#aboutPage #ownership ul li {
    font-weight: 400;
}

#aboutPage #ownership ul li i {
    margin: 6px 4px 0 0;
    font-size: 16px;
    color: #e7411e;
}


/************************* INFO *************************/

#aboutPage #info {
    position: relative;
    background-color: #e7411e;
}

#aboutPage #info .content {
    position: relative;
    padding: 50px 0;
    color: #ffffff;
    font-size: 18px;
}

#aboutPage #info .image {
    text-align: left;
}

@media(min-width: 880px) {
    #aboutPage #info .image {
        float: left;
        width: 50%;
    }

    #aboutPage #info .content {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        width: 50%;
        padding: 0;
        font-size: 16px;
    }
}

@media(min-width: 992px) {
    #aboutPage #info .content {
        font-size: 18px;
    }
}

@media(min-width: 1277px) {
    #aboutPage #info .content {
        font-size: 24px;
    }
}

@media(min-width: 1300px) {
    #aboutPage #info .content .inner {
        width: 90%;
    }
}

@media(min-width: 1400px) {
    #aboutPage #info .content .inner {
        width: 80%;
    }
}

@media(min-width: 1700px) {
    #aboutPage #info .content .inner {
        width: 70%;
    }
}


/********************* ADVANTAGES *********************/

#aboutPage #advantages section {
    margin-top: 65px;
}

#aboutPage #advantages section:first-child {
    margin-top: 0;
}

#aboutPage #advantages section h3 {
    display: inline-block;
    width: 80%;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
    vertical-align: bottom;
}

#aboutPage #advantages section figure {
    display: inline-block;
    width: 19%;
    margin-right: 1%;
}

#aboutPage #advantages section .content {
    margin-top: 25px;
}

@media(min-width: 480px) {
    #aboutPage #advantages section {
        width: 48%;
        min-height: 470px;
    }

    #aboutPage #advantages section:nth-child(2) {
        margin-top: 0;
    }

    #aboutPage #advantages section:nth-child(2n+1) {
        float: left;
    }

    #aboutPage #advantages section:nth-child(2n+2) {
        float: right;
    }
}

@media(min-width: 600px) {
    #aboutPage #advantages section {
        min-height: 440px;
    }
}

@media(min-width: 768px) {
    #aboutPage #advantages section {
        min-height: 270px;
    }

    #aboutPage #advantages section figure {
        width: auto;
    }
}

@media(min-width: 992px) {
    #aboutPage #advantages section {
        min-height: 210px;
    }
}

@media(min-width: 992px) {
    #aboutPage #advantages section h3 {
        width: auto;
    }
}