.container
{
  margin: 35px auto;
	height: 600px;
  width: 400px;
  display: grid;
	grid-gap: 40px 0px;
  grid-template-rows: 1fr 1fr 1fr;
}

.box
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid black;
}

.box-1 h4
{
  margin-right: 30%;
  font-family: arial;
  font-weight: 100;
  font-size: 30px;
}

.box-2 h4
{
  margin-right: 10%;
  font-family: arial;
  font-weight: 100;
  font-size: 30px;
}

.box-3 h4
{
  margin-right: 10%;
  font-family: arial;
  font-weight: 100;
  font-size: 30px;
}