.form-section {
  width: 80%;
  margin: 100px auto 40px;
  gap: 30px;
  flex-wrap: wrap;
}

[dir=rtl] .form-section {
  flex-direction: row-reverse;
}

.form-section-img {
  width: 430px;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .form-section-img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .form-section {
    flex-direction: column !important;
    align-items: center;
  }
}

.form-section-content {
  flex: 1;
}

.alhamayel-instructions {
  margin: 20px auto;
  max-width: 90%;
}

[dir=rtl] .alhamayel-instructions {
  max-width: 80%;
}

.form-section-input {
  background-color: #f4eee2;
  height: 40px;
  padding: 0 22px;
  color: var(--text-color);
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
}

.form-section-btn {
  display: block;
  background-color: var(--red-color);
  max-width: 166px;
  width: 100%;
  height: 40px;
  color: #fff;
  padding: 10px 0;
  margin: 10px auto 0;
}

.services-section {
  width: 90%;
  margin: 0 auto 50px;
  gap: 18px;
}

.services-section-img {
  border: 1px solid var(--main-color);
  max-width: 100%;
}