/* Global Styles for Contact Page: overrides index.css */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Contact Content Styles */
#contact-content {
  direction: ltr;
  padding: 30px 50px 70px 50px;
  text-align: left;
}

#contact-content {
  display: block;
  opacity: 0.88;
  padding: 30px 50px 70px 50px;
  position: relative;
  text-align: left;
  width: 100%;
}

#contact-content::after {
  background: url("../images/backgrounds/bg_main_v1.jpg");
  background-position: center;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.item {
  margin: 0 0 50px 0;
}
