:root {
    --color-cream: #ECEBBD;
    --color-dark: #23221E;
    --color-snow: #FCFCFC;
    --color-leaves: #AEB798;
    --font-h1-h2: "Rubik ";
    --font-h2-h2: "Rubik";
  }

  
.custom{
    background-color: var(--color-leaves);
  }

#imageContainer {
    display: flex ;
    flex-direction: row;
    background-color: #AEB798;
}

#partners {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rounded-image {
    border-radius: 50%;
    height: auto;
    overflow: hidden;
    margin: 1%;
}

.cards-display{
    width: 340px;
    margin: 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #AEB798;
    box-shadow: none;

}

#imageContainer figure{
    height: 300px;
    width: 300px;
    box-shadow: 10px 5px 5px #23221E
    ;
}

.image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }