
.cambridge-wrapper
{
    height: 90vh;
    position: relative;
  display: flex;
align-items: center;
justify-content: center;
background-image: url("../images/Grid.png");
background-color: #F8F8F8;

}
.cambridgesec-6 
{
  background-color:  #F8F8F8;
position: relative;
padding:70px 0;
/* height:500px; */
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.cambridgesec6-wrapper
{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cambridgesec-6-text
{
 display:flex;
 flex-direction: column;
 align-items: center;
 justify-content: between;
 gap:10px;

}
.cambridgesec-6-text h2
{
  font-family: DM Sans;
font-weight: 800;
font-size: 36px;
/* line-height: 44px; */
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:var(--blackish);

}

@media only screen and (max-width: 770px) {
  .cambridge-wrapper
  {
      /* height: 80vh; */
      height: fit-content;
      position: relative;
    display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px  0px 50px 0px;
  }
 

}