body{
    width: 100%;
    height: 100%;
}

html{
    width: 100%;
    height: 100%;
}

body#case-study .content .client {
    font-size: 0.75rem;
    line-height: 100%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    justify-items: center;
}

body#case-study .content .client img{
    width: 7rem;
    height: 7rem;
}

.delegationsImage {
    width: 100%;
    display: block;
}

.delegationsImage img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(0.9);
    margin-left: 0;
}
