/* contact */
#contact__upper {
    height: 30vh;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/nairobi.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  
  #contact__upper > h1 {
    text-align: center;
    padding-top: 12vh;
    color: #fff;
  }
  
  #contact__bottom {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  
  .reach-us:hover {
    cursor: pointer;
  }
  
  .social-icons {
    font-size: 30px;
    color: #000;
    background-color: #e2e8f0;
    padding: 40px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
  }
  
  .social-icons:hover {
    background-color: purple;
    color: #fff;
  }
  
  #contact #contact__bottom > div > h5 {
    padding: 15px 0px 12px 0px;
  }
#contact__form{
    width: 50%;
    margin: auto;
}

.service-paragraph{
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  #contact__form{
    width: 90%;
    margin: auto;
}
}