.contactus {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
}
.contactus__left-container {
  height: 13rem;
}
.contactus__left-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactus__right-container {
  /* background: linear-gradient(180deg, #d37fa0 -46.78%, #802a8f 100%); */
  /* width: 100%; */
  /* padding: 0.8rem 1.2rem 1.2rem 1.2rem; */
  box-shadow: 0px 2px 8px 0px #00000026;
  width: 18.2rem;
  position: relative;
top: -2.5rem;
  /* z-index: 10; */
  background-color: white;
  border-radius: 0.4rem;
  padding: 0.8rem 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactus__right-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--brandClr);
  /* margin-bottom: 1.15rem; */
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.contactus__right-description {
  font-weight: 400;
  color: #282828;
  margin-bottom: 1.2rem;
  line-height: 120%;
  font-size: 0.7rem;
  text-align: center;
  width: 17rem;
}
.contactus__right-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contactus__input {
  height: 2.7rem;
  margin-bottom: 0.7rem !important;
  border: 1px solid #c7527f;
  padding: 0.8rem 0.6rem;
  /* color: #fdfdfd; */
  /* color: grey; */
  background-color: transparent;
  border-radius: 0.2rem;
  width: 100%;
  margin-bottom: 1.6rem;
  width: 17rem;
  outline: none;
}

.contactus__message {
  height: 6rem;
  border: 1px solid #c7527f;
  padding: 0.2rem;
  background-color: transparent;
  border-radius: 0.2rem;
  padding: 0.5rem 0.6rem;
  width: 17rem;
  outline: none;
}

.contactus__submit-btn {
  height: 2rem;
  width: 9.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fdfdfd;
  background-color: var(--brandClr);
  border: 0;
  border-radius: 2.04rem;
  align-self: center;
  margin-top: .5rem;
}

/* .contactus__input:focus,
.contactus__message:focus {
  outline: none;
  border: 1px solid #fdfdfd;
  background-color: transparent;
} */
.contactus__input::placeholder,
.contactus__message::placeholder {
  color: #aeaeaecc;
  font-size: 0.8rem;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .contactus {
    display: none;
  }
}
