#center {
    height: 26%;
}
#center-part1 h1 {
    font-size: 2rem;
}
#center-part2 img {
    width: 100%;
    height: 100%;
}
#client-container {
height: fit-content;
}
#card-container{
    height: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.card {
    height: 100%;
    width: 100%;
}
