.build {
	text-align: center;
}

.build P {
  color: #a1a1a1;
  font-family: "Raleway",sans-serif;
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}

.logo {
  width: 50%;
}

.apps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.apps a{
  padding-right: 40px;
}
.apps img{
  width: 170px;
  object-fit: cover;
}