.contact-heading{
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    
}

.contact-heading-question{
    
    color: gray;
}

.contact-heading h2{
    
    font-weight: bold;
}

.contact-heading-content{
    width: 26%;
     padding: 15px 0;
}
.contact-form-template{
    
    background-color:#EBECF0;
}

.contactform {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;


}

.contact-form-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0;
  border: 0;
  background: white;
  padding: 20px 40px;
  outline: none;
  transition: 0.5s;

  color: black;
}

.contact-form-text:focus {
  box-shadow: 0 0 10px 4px #341708;
}

textarea.contact-form-text {
  resize: none;
  height: 120px;
}

.contact-form-btn {
  float: right;
  border: 0;
  background: darkgray;
  color: white;
  padding: 12px 50px;
  cursor: pointer;
  transition: 0.5s;
  width: 25rem;
    
}

.contact-information{
   margin: 20px auto;
    width: 14%;
    
}
.contact-information i{
    margin: 0 10px;
}
