.head1{
    font-weight: 900;
    font-size: 54px;
    margin-bottom: 10px;
}

.head2{
    font-weight: 500;
    font-size: 28px;
    margin-top: -10px;
}

.navtext{
    color: white;
    font-size: 14px;
}
.head3{
    font-weight: 400;
    font-size: 19px;
    margin-top: 15px;
}
.head4{
font-size: 16;
font-weight: 400;
margin-right: 15px;
}
  .container {
    display: flex;
  }

  .text {
    flex: 2;
  }

  .image {
    flex: 2;
  }
  .fixed-size {
    width: 512px;
    height: auto;
  }
 
  .propgrid{
    height: 300px;
    width: 300px;
  }
  .proptext1{
    font-weight: 600;
    font-size: 42px;
    color: #24394C;
    margin-bottom: 0;
  }
  .proptext2{
    font-weight: 600;
    font-size: 24px;
    color: #24394C;
    margin-top: -10px;
  }
  .proptext3{
    font-weight: 600;
    font-size: 22px;
    color: #24394C;
    margin-top: -10px;
  }
  
  .partgrid1{
    height: 300px;
    width: 300px;
    margin-left: 48px;
  }
  .partgrid2{
    height: 400px;
    width: 1000px;
    margin-left: -64px;
    margin-right: 32px;
  }
.partnerstext1{
font-size: 42px;
font-weight: 900;
}
.partnerstext2{
font-size: 24px;
font-weight: 500;
}