.overview-wrapper {
    position: relative;
    overflow: hidden;
}

/*.overview-wrapper:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 250px;*/
/*    aspect-ratio: 399 / 181;*/
/*    background-image: url(../img/decor-grey-top.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    vertical-align: middle;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/*.overview-wrapper:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 200px;*/
/*    aspect-ratio: 399 / 343;*/
/*    background-image: url(../img/decor-quart-circle.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    vertical-align: middle;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/

.overview-keyline {
    position: absolute;
    right: 4%;
    left: auto;
    bottom: 30px;
    width: 47%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(92%) saturate(16%) hue-rotate(188deg) brightness(111%) contrast(91%);
}

.overview-section {
    position: relative;
}

.overview-section h2 {
    margin: 0 0 20px;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    color: var(--black);
}

.overview-list-wrapper {
    margin: 50px 0 0;
    display: flex;
}

.overview-list {
    flex: 0 0 65%;
    margin: 0 50px 0 0;
    list-style-type: none;
    padding: 30px 30px 30px 46px;
    background: var(--grey);
    box-shadow: 0 0 5px 5px #eaeaea;
    z-index: 3;
}

.overview-list-item {
    position: relative;
    margin-bottom: 20px;
    max-width: 600px;
}

.overview-list-item:last-child {
    margin-bottom: 0;
}

.overview-list-item::before {
    content: '';
    display: block;
    background-image: url('../img/list-style.png');
    width: 20px;
    height: 20px;
    left: -34px;
    top: 4px;
    position: absolute;
}

.overview-list-item h3 {
    color: var(--blue);
    margin: 0 0 8px;
}

.overview-list-item p {
    margin: 0;
}

.overview-image-wrapper {
    box-shadow: 0 0 5px 5px #eaeaea;
}

.overview-image-wrapper img {
    height: 100%;
    object-fit: cover;
}

@media(max-width: 741px) {
    .overview-list-wrapper {
        flex-direction: column-reverse;
    }

    .overview-image-wrapper {
        height: 200px;
        margin-bottom: 50px;
    }

    .overview-list {
        margin: 0;
    }

    .overview-image-wrapper img {
        width: 100%;
    }
}
