.our-values {
    position: relative;
    padding: 300px 0 100px;
}

.our-values .container {
    position: relative;
    z-index: 2;
}

.our-values__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.our-values__image img {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.our-values__container {
    display: flex;
    flex-wrap: wrap;
}

.our-values__list {
    list-style: none;
    padding: 0;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.our-values__list li {
    text-align: center;
}

.our-values__list li:not(:last-child) {
    margin-bottom: 36px;
}

.our-values__list li span {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    font-family: 'Rajdhani', sans-serif;
    display: block;
    margin-top: 5px;
    text-transform: uppercase;
}

.our-values__left,
.our-values__right {
    padding: 50px 0 0;
    position: relative;
    color: #FFF;
}

.our-values__left:before,
.our-values__right:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    background-color: inherit;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
}

.our-values__left:before,
.our-values__right:before {
    top: -80px;
}

.our-values__left:before {
    height: 200px;
    top: -138px;
}

.our-values__left {
    width: 266px;
    background-color: #043364;
}

.our-values__right {
    width: calc(100% - 266px);
    background-color: #06223E;
}

.our-values__right .our-values__content {
    position: relative;
    padding: 0 112px 80px;
    margin-top: -50px;
}

.our-values__right .our-values__content h2 {
    margin-bottom: 20px;
}

.our-values__right .our-values__content p {
    font-weight: normal;
    font-size: 17px;
}

.our-values__right .our-values__content p:not(:last-child) {
    margin-bottom: 15px;
}

.our-values__right .our-values__content p a:not(.btn) {
    font-weight: bold;
    color: #FFF;
    box-shadow: inset 0 -1px #FFF;
    transition: box-shadow 0.2s ease-out,
                color 0.2s ease-in-out;
}

.our-values__right .our-values__content p a:not(.btn):hover {
    box-shadow: inset 0 -18px #FFF;
    color: #06223E;
}

.our-values__right .our-values__content .btn {
    margin-top: 25px;
    font-family: 'Rajdhani',sans-serif;
}

/*
* Responsive
*/

@media (max-width: 1025px) {
    .our-values {
        padding: 270px 0 70px;
    }

    .our-values__container {
        flex-direction: column-reverse;
    }
    
    .our-values__right,
    .our-values__left {
        width: 100%;
    }

    .our-values__left {
        background-color: #043364;   
    }

    .our-values__left:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #FFF;
        opacity: 0.1;
        -webkit-transform: none;
                transform: none;
    }

    .our-values__list {
        position: relative;
        z-index: 1;
    }

    .our-values__right {
        background-color: #043364;
    }

    .our-values__right .our-values__skew:before {
        background-color: #043364;
    }

    .our-values__right .our-values__content {
        padding: 0 36px 64px 60px;
    }

    .our-values__list {
        margin: 0;
        display: flex;
        padding: 0 27px;
        justify-content: space-between;
    }

    .our-values__list li img {
        height: 50px;
        width: auto;
        display: block;
        margin: 0 auto 15px;
    }
}

@media (max-width: 600px) {
    .our-values {
        padding: 44px 0;
    }

    .our-values__left {
        padding: 30px 0;
    }

    .our-values__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .our-values__list li {
        width: 50%;
    }

    .our-values__skew {
        display: none;
    }

    .our-values__right .our-values__content {
        margin-top: 0;
    }

    .our-values__content h2 {
        text-align: center;
    }

    .our-values__right {
        display: none;
    }

    .our-values__left {
        padding: 36px 0 55px;
    }

    .our-values__left:before {
        display: none;
    }

    .our-values__left h2 {
        text-align: center;
        margin-bottom: 25px;
    }

    .our-values__button {
        margin-top: 25px;
        text-align: center;
    }
}

@media (min-width: 1025px) and (max-width: 1380px) {
    .our-values__left:before {
        top: -135px;
    }

    .our-values__right:before {
        top: -87px;
    }
}