/* ############################## */
/*          About Us page         */
/* ############################## */

main { padding: 120px 0 60px 0; }

h2 { margin-bottom: 45px; }

.about-us-row {
    display: flex;
    background-color: rgba(236, 240, 241, 0.4);
}

.about-us-row:nth-child(odd) {
    flex-direction: row-reverse;
}

.about-us-col {
    width: 50%;
}

.about-us-col.img img {
    width: 100%;
}

.about-us-col.text {
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.about-us-col.text p { text-align: justify; }


@media only screen and (max-width: 991px) {
    .about-us-row,
    .about-us-row:nth-child(odd) { flex-direction: column; }

    .about-us-col { width: 100%; }

    .about-us-col.text { padding: 15% 10%; }
}
