.wrapper {
    padding-left: 4%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.description {
    width: 40%;
}

.images {
    width: 48%;
    min-height: 100vh;
    display: flex;

}

.description a {
    font-weight: 300;
    letter-spacing: var(--letter-spacing-base);
}

.description h2 {
    font-weight: 200;
    font-size: 2.75rem;
    padding: 2rem 0;
    font-family: 'Lustria';
}

.description {
    font-size: 1.1rem;
    font-family: 'Lato';
    max-width: 495px;
}

.description .description-text {
    padding-bottom: 1rem;
}

.single-project-error-handler-.error-handler-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.wrapper {
    height: 100vh;
    overflow: hidden;
}

/* .description {
    width: 80%;
    max-width: unset;
} */


@media (max-width: 968px) {
    .wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: initial;
        height: auto;
    }

    .images {
        max-width: 620px;
        width: 100%;
        min-height: unset;
        height: 600px;
        margin-top: 2rem;
    }

    .description {
        width: 50%;
    }

    .description .wrapper-arrow-with-label {
        padding-top: 50px;
    }

    .description h2,
    .description .contentDescription {
        text-align: center;
        margin: 0 auto;
    }


    .carousel>div {
        display: flex;
        align-items: center;
    }

    .carousel,
    .carousel>div {
        height: 600px;
    }

    .carousel :global(.react-multi-carousel-list) {
        height: 500px;
    }

}

@media (max-width: 1000px) {

    .description h2,
    .contentDescription {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .description {
        width: 60%;
        min-width: 400px;
    }

    .description h2 {
        font-size: 2rem;
    }

    .wrapper {
        padding-left: 0;
        justify-content: space-between;
    }

    .images {
        max-width: unset;
    }
}

@media (max-width: 450px) {
    .description {
        width: 80%;
        min-width: unset;
    }

    .description h2 {
        padding-top: 3rem;
    }
}