* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#contact-us {
  /* background: url('/images/pcu/DSC03716.jpg'); */
  background: url('/images/pcu/DSC03722.jpg');
  /* background: black; */
  background-size: cover;
  min-height: 90vh;
}

.contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form .content-form {
  background: white;
  padding: 20px;
  border-radius: 20px;
}

.contact-info .content-info {
  display: flex;
  flex-direction: column;
  min-height: inherit;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 20px;
  padding: 20px;
}

.contact-info .content-info .box {
  position: relative;
  /* padding: 20px 0; */
  display: flex;
}

.contact-info .content-info .icon {
  min-width: 60px;
  height: 60px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
}

.contact-info .content-info .text {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 16px;
  color: white;
  font-weight: 300;
}