/* ---------------------------- */
/* --------- About Us --------- */
/* ---------------------------- */

.bg-header-page {
    background: url(../../img/about/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    text-align: center;
    padding: 40px 0 20px;
}

.title h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: bold;
    color: #212529;
}

.content {
    color: #4A4A4A;
    margin-bottom: 20px;
    text-align: center;
}

.content span {
    font-weight: bold;
}

/* .about a {
    text-decoration: underline;
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}

.about button {
    padding: 20px 40px;
} */

.img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.img img {
    width: 100%;
}



@media only screen and (min-width: 990px) {
    .container.container-about {
        display: flex;
        /* align-items: center; */
    }

    .about {
        max-width: 50%;
        padding-right: 35px;
    }

    .about .content {
        text-align: left;
        margin-bottom: 25px;
    }

    .title {
        padding: 0 0 40px;
        margin-left: 50px;
        text-align: left;
    }


    .img {
        max-width: 80%;
        width: 80%;
        padding-left: 35px;
        height: 325px;
    }

    .container.container-about.right {
        flex-direction: row-reverse;
    }

    .container.container-about.right .about {
        padding-right: 0;
        padding-left: 35px;
    }

    .container.container-about.right img {
        padding-left: 0;
        padding-right: 35px;
    }
}