#contact_section {
  padding: 60px 0px 140px 0px;
}

#contact_section > div {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#contact_leftSide {
  width: 700px;
}

#contact_leftSide h4 {
  color: rgb(130, 0, 0);
  font-size: 15px;
  font-weight: bold;
}

#contact_leftSide h3 {
  font-family: serif;
  font-size: 35px;
  margin: 0;
  margin-bottom: 50px;
  color: black;
}

#contact_leftSide form {
  display: flex;
  flex-direction: column;
}

#contact_leftSide form textarea {
  border: none;
  background-color: rgb(240, 240, 240);
  height: 150px;
  padding: 15px 15px;
  resize: none;
  margin-bottom: 25px;
}

#contact_leftSide > form > input {
  width: 200px;
  height: 50px;
  border: none;
  background-color: rgb(120, 0, 0);
  color: white;
}

#contact_leftSide > form > input:hover {
  background-color: rgb(140, 0, 0);
}

#contact_leftSide form div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

#contact_leftSide form div input {
  width: 325px;
  border: none;
  background-color: rgb(240, 240, 240);
  color: black;
  height: 50px;
  padding: 0px 15px;
}

#contact_rightSide {
  width: 450px;
  background-color: rgb(115, 0, 0);
  padding: 35px;
}

#contact_rightSide h4 {
  color: rgb(230, 230, 230);
  font-family: serif;
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  border-bottom: 1px rgb(160, 160, 160) solid;
  padding-bottom: 7px;
}

#contact_rightSide > p {
  color: rgb(200, 200, 200);
  font-size: 15.5px;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 45px;
}

#contact_rightSide a {
  color: rgb(200, 200, 200);
}

#contact_rightSide > div {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#contact_rightSide > div > i {
  color: rgb(230, 230, 230);
  font-size: 17px;
  margin-right: 20px;
}

#contact_rightSide > div > p {
  color: rgb(230, 230, 230);
  font-family: sans-serif;
  font-size: 15.5px;
  margin: 0;
}
