.cid-uvayv1djak {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-uvayv1djak input {
  padding: 1rem 1.5rem;
  border: none !important;
  height: 100%;
  box-shadow: none !important;
  font-size: 1rem;
  border-radius: 2rem !important;
}
.cid-uvayv1djak input:hover {
  border: none !important;
  box-shadow: none;
}
.cid-uvayv1djak .btn,
.cid-uvayv1djak .wrapper {
  border-radius: 2rem !important;
}
.cid-uvayv1djak .btn {
  height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uvayv1djak .btn {
    width: 100%;
  }
}
.cid-uvayv1djak .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uvayv1djak .mbr-section-btn {
    width: 100%;
  }
}
.cid-uvayv1djak .mbr-section-btn .btn {
  width: auto;
}
@media (min-width: 992px) {
  .cid-uvayv1djak .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uvayv1djak .form-group {
  margin: 0;
}
.cid-uvayv1djak .wrapper {
  background: white;
  border-radius: 2rem !important;
  width: 80%;
  padding: 0;
  overflow: hidden;
  border: 1px solid lightgray;
  margin: auto;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uvayv1djak .wrapper {
    border-radius: 1.6rem;
  }
}
@media (max-width: 991px) {
  .cid-uvayv1djak .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uvayv1djak .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uvayv1djak .justify-content-center {
  align-items: center;
}
.cid-uvayv1djak .mbr-section-title {
  text-align: center;
  color: #4e423d;
}