/*about*/

section#photos {
    background: linear-gradient(0deg,#292f2d 74%,transparent 0);
    margin-top: -20px;
}

section#photos img {
    margin-right: 18px;
}

section#about {
    padding: 30px 0 97px;
    overflow: hidden;
    background-image: url(/static/media/bg-contact.99f75afb.svg);
    background-position: bottom right 60px;
    background-repeat: no-repeat;
}

section#who-we-are {
    background-color: #292f2d;
    color: #fff;
    padding: 97px 0 116px;
    background-image: url(/static/media/bg-who-we-are.0ad2ad95.svg);
    background-position: bottom 100px right 94px;
    background-repeat: no-repeat;
}

.box-vision {
    display: block;
    width: 408px;
    border: 5px solid #ce815f;
    margin-left: auto;
    padding: 76px 45px;
    text-align: center;
}

section#who-we-are p {
    color: #fff;
}

section#who-we-are div.box-vision h2 {
    font-size: 1.75rem;
    line-height: 2.375rem;
}

section#values div.values-list {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
}

section#values div.values-list div {
    margin-bottom: 40px;
    flex: 1 1 50%;
    padding-right: 40px;
}

@media (max-width: 961px) {
    section#about, section#who-we-are {
        background-image: none!important;
    }

    section#who-we-are div.box-vision {
        margin: auto;
        width: 100%;
    }

    section#values img {
        width: 100%;
        height: auto;
    }

    section#who-we-are {
        text-align: justify;
    }

    section#who-we-are {
        padding: 40px 0 116px;

        .box-vision {
            padding: 40px;
        }

        .col-lg-5.col-12.offset-lg-1 {
            margin-top: 70px;
        }
    }

    @media (max-width: 961px) {
        .values-list {
            display: inline-block!important;
            text-align: center;
        }
    }

    h2.h-bold.h-margin-top {
        border-bottom: 2px solid #c2785b;
        width: fit-content;
    }
