 .u-section-1 {
  min-height: 860px;
}

.u-section-1 .u-group-1 {
  width: 800px;
  min-height: 586px;
  margin: 64px auto 60px;
}

.u-section-1 .u-container-layout-1 {
  padding: 30px;
}

.u-section-1 .u-text-1 {
  font-family: Tajawal;
  font-weight: 700;
  font-size: 1.875rem;
  margin: 2px 0 0;
}

.u-section-1 .u-image-2 {
  width: 470px;
  height: 376px;
  margin: 12px auto 0;
}

.u-section-1 .u-btn-1 {
  border-style: none none dotted;
  font-family: Tajawal;
  --animation-custom_in-translate_x: -200px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  font-size: 1.125rem;
  margin: 20px auto 0;
  padding: 0 8px 0 7px;
}

@media (max-width: 1199px) {
   .u-section-1 {
    min-height: 838px;
  }
}

@media (max-width: 991px) {
   .u-section-1 {
    min-height: 828px;
  }

  .u-section-1 .u-group-1 {
    width: 720px;
  }
}

@media (max-width: 767px) {
   .u-section-1 {
    min-height: 704px;
  }

  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    width: 340px;
  }

  .u-section-1 .u-image-2 {
    width: 320px;
    height: 256px;
  }
}