.KoIrhT {
  width: 100%;
  text-align: center;
}

.SadSnA {
  margin-bottom: 20px;
}

.MilzjR {
  display: flex;
  gap: 2rem;
}

.SadSnA textarea,
.SadSnA input {
  width: 100%;
  background: #fff;
  border: 1px dashed #000;
  border-radius: 10px;
  font-family: inherit;
  outline: 0;
}

.FEUvlo,
.FRpZUl {
  width: 1fr;
  flex-grow: 1;
}

.SadSnA textarea {
  display: block;
  resize: none;
  padding: 18px;
}

.CAZZwh {
  font-size: 18px;
  color: #000;
  margin-top: 5px;
}

.CAZZwh:empty {
  margin-top: 0;
}

.nWXsdb {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  transition: all 1s ease;
  color: #fff;
  text-align: center;
}

.KoIrhT.is-success .nWXsdb {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

#contactUsCustomBtn {
  background-color: #fff;
  cursor: pointer;
}

@media(max-width: 767px) {
  .MilzjR{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    gap: 1rem;
  }
  .FEUvlo {
    margin: 0;
  }
}