.contact-section{
  background-color: rgba(0,0,0,.5);
  margin-top: 240px;
  width: 100%;
  height: max-content;
  position: relative;
  display: inline-flex;
  overflow: hidden;
}
.contact-sub-section{
  display: flex;
  position: relative;
  flex-direction: column;
  width: 50%;
  height: 100%;
  justify-content:center;
  align-items: flex-start;
  margin:auto;
  padding: 20px;
}
.contact-icon{
  display: flex;
  padding-top: 0%;
  width: 0%;
  height: 0%;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.contact-separator{
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

#left-section{
  align-items: flex-end;
  border-right: 1px solid #ffffff;
}
#contact-form{
  display: inline-flex;
}
.form-column{
  margin: 20px;
  display: inline-block;
}
