* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .banner {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-color: var(--color-second-text);
}

main .banner img {
  position: relative;
  top: -20rem;
  width: 100%;
}

main .content {
  width: calc(100% - 20rem) !important;
  margin: 5rem 10rem !important;
}

main .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .content .row .service-content {
  width: calc(60% - 1rem);
}

main .content .row .service-content h2 {
  font-family: "iranyekanBakhFat";
  font-size: 2rem;
  color: var(--color-main);
  margin-bottom: 1rem;
}

main .content .row .service-content p {
  text-align: justify;
  margin-bottom: 0.5rem;
}

main .content .row .service-image {
  width: calc(40% - 1rem);
}

main .content .row .service-image img {
  width: 100%;
  border-radius: 1rem;
}
/*# sourceMappingURL=style.css.map */