/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */


.values-container {
    color: white;
    position: relative;
}
.values-container-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 250px 0 200px;
    display: flex;
    position: relative;
}
.values-content-img {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.values-content {
    width: calc(50% - 10px);
}
.values-content-img img:nth-child(1) {
    max-width: 450px;
    clip-path: polygon(0 0, 45% 0, 45% 15%, 100% 15%, 100% 100%, 0 100%);
}
.values-content-img img:nth-child(2) {
    max-width: 350px;
    left: 180px;
    top: 450px;
    clip-path: polygon(0 15%, 40% 15%, 40% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
}
.values-content-label {
    font-size: 120px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    position: absolute;
}
.values-content-title {
    margin: 0;
}
@media (max-width: 1180px) {
    .values-container-inner {
        flex-direction: column-reverse;
        margin: 0 35px;
        padding: 100px 0 140px;
    }
    .values-content {
        width: 100%;
    }
    .values-content-img {
        width: 100%;
        margin: 0;
    }
    .values-content-img img:nth-child(1) {
        max-width: 100%;
        width: 300px;
    }
    .values-content-img img:nth-child(2) {
        bottom: 80px;
        right: 0;
        left: auto;
        top: auto;
        max-width: 100%;
        width: 275px;
    }
    .values-content-label {
        font-size: 50px;
    }
    .values-content-title {
        font-size: 30px;
    }
    .values-content-content {
        font-size: 15px;
    }
}

