html, 
body,
.ammenties-main-wrapper { height: 100%; }
.white-color {color: #fff !important; }
.background-properties {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.dk-explore-right.dk-ammenties-right {
    flex: 0 0 38%;
    padding: 200px 59px 50px;
    background-color: #2B2B2B;
}
.dk-explore-left.dk-ammenties-left {
    flex: 0 0 62%;
    max-width: 62%;
    padding: 0;
    background-color: #F2F2F2;
}
.ammenties-img-wrapper {
    flex: 0 0 75%;
}
.ammenties-content-wrapper {
    flex: 0 0 25%;
    padding: 30px;
}
.ammenties-content-wrapper h2 { padding: 20px 0 30px; }
.dk-ammenties-right h2 { 
    padding-bottom: 82px;
}
.ammenties-main-wrapper h2 {
    font-size: 3rem;
    line-height: 3.4rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #A1B11A;
}
.ammenties-main-wrapper p,
.ammenties-main-wrapper li {
    font-size: 2.5rem;
    line-height: 3.2rem;
    font-family: 'proxima-nova', sans-serif;
    letter-spacing: 0.1em;
    color: #2B2B2B;
}
.ammenties-main-wrapper li {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 93px;
}
.ammenties-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 37px;
}
.ammenties-list img {
    width: 55px;
    margin-right: 10px;
}
.ammenties-list {
    flex: 0 0 100%;
    align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
    html { font-size: 50% !important; }
    .dk-explore-right.dk-ammenties-right {
        padding: 40px 39px;
    }
    .ammenties-main-wrapper li {
        padding-bottom: 43px;
    }
    .ammenties-content-wrapper {
        padding: 20px;
    }
    .ammenties-content-wrapper h2 { padding: 20px 0; }
    .ammenties-list img {
        width: 45px;
    }
}