.image-section {
    width: 100%;

}

.project-image-big {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

.project-image-small {
    display: flex;
    gap: 1rem;
    width: 100%;
    margin-bottom: 1%;
}

.project-image-small img,
.project-image {
    width: 50%;
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 800px) {
    .project-image-small {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .project-image-small img,
    .project-image {
        width: 100%;
    }

    .image-section {
        max-width: 100%;
        padding: 0 1rem;
    }
}

body {
    background-color: #333333;
}

h1 {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(2rem, 5vw, 3rem);
    font-style: normal;
    font-weight: 700;
}

.titel-kruisje {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5%;
}

h2 {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.project-desc {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(1.2rem, 4vw, 2rem);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 1100px;
}

h3 {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 2%;
}

.breakline {
    background: #A8D5BA;
}

h4 {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(1.5rem, 6vw, 3rem);
    font-style: normal;
    font-weight: 700;
    margin-bottom: 5%;
}

h5 {
    color: #A8D5BA;
    font-family: "General Sans";
    font-size: clamp(1.2rem, 5vw, 2.25rem);
    font-weight: 600;
    line-height: normal;
}


.tekst-image {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 5%;
    margin-bottom: 5%;
}

.research-desc {
    color: #F9F5E3;
    font-family: "General Sans";
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 650px;
}

.img-research {
    width: 100%;
    height: auto;
}

.desk-text {
    display: flex;
    flex-direction: column;

}

.img-res {
    width: 100%;
    max-width: 650px;
    /* or your preferred max width */
    height: auto;
    max-height: 100%;
}

.tekst-image2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 2%;
    margin-bottom: 2%;
}

.email-link{
    color: #A8D5BA;
    font-family: "General Sans";
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.back-projects {
    color: #A8D5BA;
    font-family: "General Sans";
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5%;
    text-align: center;
}

@media (max-width: 1000px) {
    .tekst-image {
        flex-direction: column;
        align-items: center;

    }

    .tekst-image2 {
        flex-direction: column-reverse;
        align-items: center;


    }


}

.vid-kk {
    width: 100%;
    max-width: 600px;
    max-height: 800px;
    display: block;
    margin: 1rem auto;
}

.vid-sc{
    width: 100%;
    max-width: 800px;
    max-height: 800px;
    display: block;
    margin: 1rem auto;
}

.branding-img-container{
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin-top: 2%;
}

.branding-img-container img {
        width: 100%;
        height: auto;
        object-fit: cover;
}

@media (max-width: 600px) {
    .branding-img-container {
        flex-direction: column;
        align-items: center;
    }
    .branding-img-container img {
        max-width: 90vw;
    }
}

