.contact-modular-1 {
  width: 100%;
  background-color: #f4f6f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 0;
}
.contact-modular-1 .content-wrapper {
  width: 1396px;
  display: flex;
}
.contact-modular-1 .content-wrapper .left-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contact-modular-1 .content-wrapper .left-side > h3 {
  width: 75%;
  font-size: 4rem;
  line-height: 4.5rem;
  color: black;
}
.contact-modular-1 .content-wrapper .left-side > p {
  font-size: 1rem;
  line-height: 1.25rem;
  width: 45%;
  color: #667b99;
}
.contact-modular-1 .content-wrapper .right-side {
  width: 50%;
}
.contact-modular-1 .content-wrapper .right-side .contact-form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-modular-1 .content-wrapper .right-side .contact-form .form-unit {
  display: flex;
  flex-direction: column;
}
.contact-modular-1 .content-wrapper .right-side .contact-form .form-unit > h4 {
  font-size: 2rem;
  color: black;
}
.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  .form-unit
  > input {
  width: 100%;
  background-color: #f4f6f9;
  border: none;
  border-bottom: solid 1px #7a94b8;
  padding: 1.5rem 0 1rem;
  font-size: 1rem;
}
.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  .form-unit
  > input::-moz-placeholder {
  font-size: 1rem;
  color: #667b99;
}
.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  .form-unit
  > input::placeholder {
  font-size: 1rem;
  color: #667b99;
}
.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  .form-unit
  > input:focus {
  outline: none;
}
.contact-modular-1 .content-wrapper .right-side .contact-form .message {
  gap: 3.5rem;
}

.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  > input[type="submit"] {
  background-color: #0047ff;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 0.15rem solid black;
  padding: 0.5rem 2rem;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  border-radius: 2px;
  cursor: pointer;
}

.contact-modular-1
  .content-wrapper
  .right-side
  .contact-form
  .form-unit
  > input.invalid {
  border: 1px solid red;
}

@container (width < 1396px) {
  .contact-modular-1 {
    padding: 6rem;
  }
  .contact-modular-1 .content-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 6rem;
  }
  .contact-modular-1 .content-wrapper .left-side {
    align-items: center;
    width: 100%;
  }
  .contact-modular-1 .content-wrapper .left-side > h3 {
    text-align: center;
    width: 100%;
  }
  .contact-modular-1 .content-wrapper .left-side > p {
    text-align: center;
    width: 100%;
  }
  .contact-modular-1 .content-wrapper .right-side {
    width: 100%;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form {
    gap: 3rem;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form .form-unit {
    gap: 1rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input {
    padding: 1.25rem 0 2.75rem;
    font-size: 2rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input::-moz-placeholder {
    font-size: 2rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input::placeholder {
    font-size: 2rem;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form .message {
    gap: 4rem;
  }
}
@container (width < 700px) {
  .contact-modular-1 {
    padding: 4.5rem 1.25rem;
  }
  .contact-modular-1 .content-wrapper {
    gap: 6.5rem;
  }
  .contact-modular-1 .content-wrapper .left-side > h3 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form {
    gap: 2.25rem;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form .form-unit {
    gap: 1.5rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > h4 {
    font-size: 1.5rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input {
    padding: 1.5rem 0 2.75rem;
    font-size: 1.5rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input::-moz-placeholder {
    font-size: 1.5rem;
  }
  .contact-modular-1
    .content-wrapper
    .right-side
    .contact-form
    .form-unit
    > input::placeholder {
    font-size: 1.5rem;
  }
  .contact-modular-1 .content-wrapper .right-side .contact-form .message {
    gap: 3rem;
  }
}
