@media (max-width: 1200px) {
    #header-images__image-2 {
        display: none;
    }

    .header-images__image {
        width: 25%;
    }
}

@media (max-width: 1024px) {

    #header-images__image-5 {
        overflow: hidden;
    }

    #header-images__image-1 .image_holder {
        clip-path: polygon(0% 0%, 80% 0%, 99% 100%, 0% 100%);
    }

    #header-images__image-3 {
        display: none;
    }

    #header-images__image-4 {
        display: none;
    }

    .header-images__image {
        height: 350px;
        width: 50%;
    }

    .image_holder {
        width: 125% !important;
    }

    .header-images__logo {
        margin-top: 15px;
        background-color: #232323;
        height: auto;
        position: relative;
        bottom: unset;
        left: unset;
        width: auto;
        transform: unset;
        clip-path: none;
    }

    .logo__title {
        font-size: 40px;
    }

    .logo__description {
        font-size: 18px;
    }
}
