.twobysix{
  display: grid;
  grid-template-columns: repeat(2,6fr)
}
.twobysix img{
  width: 30vw;
  margin-right: 2vw;
}
.twobysix p{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fivebyone{
  display: grid;
  grid-template-columns: repeat(5,1fr)
}
.fivebyone img{
  width: 13.5vw;
  margin: 1vw;
}
.twobytwo{
  display: grid;
  grid-template-columns: repeat(2,2fr);
  padding: 2vw;
  width: 70%;
}
.twobytwo img{
  width: 22.5vw;
  padding: 1vw;
}
.twobytwo p{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bottom{
  width: 100vw;
}
.programs img{
  height: 5vw;
}
.product.programs{
  margin-left: 17.5vw;
}
.presentation.programs{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0 11vw;
}
