*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
  }
  

.carousel-container {
    display: flexbox;
    float: left;
    width: 50vw;  /* 50% of viewport width */
    margin-left: 0; /* Align to the left */
    height: 600px;
}
.carousel-inner img {
    width: 50%;  /* Ensure images fit within 50% width */
    height: auto;
}

.Pic-Dipteris{
    display: flexbox;
    float: right;
    align-items: center;
    text-align: justify;
    width: 46vw;  /* 50% of viewport width */
    margin-right: 20px;
    height: 600px;
}


.Pic-Dipteris h3{
    text-align: justify;
    margin-right: 2rex;
}









  .funding{
    padding: 2rem 2rem;
  }

  .partner{
    display: grid;
    background: rgb(245, 241, 241);
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    padding: 2rem 2rem;
  }

  .grid-partner{
    padding: .5rem;
  }
  .grid-partner img {
width: 150px;
height: 150px;
justify-content: center;
  }
  .Contact{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #b90025;
    padding: 1rem 3rem;
    color: #FFFFFF;
    line-height: 30px;
  }





