.secondary-services{
  background-color: #1e3650;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.secondary-grid{
  display: flex;
  align-items: stretch;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.secondary-service{
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.5px solid white;
  border-bottom: 0.5px solid white;
  width: 20%;
  margin: 0 20px;
}
.secondary-services p{
  font-weight: 700;
  font-size: 1.5em;
  color: white;
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}
.secondary-services h3{
  text-align: center;
  font-size: 3em;
  color: white; 
  font-weight: 500;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1250px){
  .secondary-service{
    width: 25%
  }
}
@media screen and (max-width: 870px){
  .secondary-service{
    width: 35%
  }
}
