.contact-box {
  box-shadow: 0 2px 4px rgba(10, 10, 10, 0.4);
  background: #fefefe;
  border-radius: 0;
  overflow: hidden;
}

.contact-box-title {
  font-weight: 300;
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
}

.contact-box-form-section,
.contact-box-social-section-inner {
  padding: 2.5rem;
  height: 100%;
}

.contact-box-social-section {
  background: url('../../../webimages/contact.jpg');
  background-size: cover;
  background-position: center;
  height: 100%;
  color: white;
  text-align: center;
}

.contact-box-description {
    position: relative;
    border-radius: 10px;
    background-color: rgba(53, 53, 53, 0.8);
    color: #ffffff;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.contact-box-description h1,
.contact-box-description h2,
.contact-box-description h3,
.contact-box-description h4,
.contact-box-description h5,
.contact-box-description p {
  color: white;
}
