html,
body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-size: cover;
  color: white;
  background: white; }

.hero {
  height: 400px;
  width: 100vw;
  background: #02648b;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hero:before {
    content: '';
    position: absolute;
    width: 2670px;
    height: 320.352px;
    flex-shrink: 0;
    background: #9ab145;
    top: -180px; }
  .hero .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    width: 100%; }
  .hero .kish {
    width: 396px;
    left: 800px;
    top: 31px;
    position: absolute; }
  .hero .main {
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 207px;
    position: absolute; }
  .hero .sub {
    height: 80px;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    position: absolute; }

header, footer {
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center; }
  header img, footer img {
    height: 40px; }

.body {
  display: flex;
  width: 100%;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: #FFF; }
  .body .container {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 500px;
    gap: 50px; }
    .body .container .text {
      display: flex;
      height: auto;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex: 1 0 0;
      color: #000;
      flex-direction: column; }
      .body .container .text h3 {
        background: #3d7147;
        color: white;
        line-height: 2;
        width: 100%;
        text-align: center;
        font-size: 36px; }
      .body .container .text p {
        margin: 0;
        text-align: right;
        font-size: 21px;
        font-size: 40px;
        font-style: normal;
        text-align: center;
        color: #3d7147;
        font-weight: 500;
        width: 90%;
        height: auto;
        line-height: normal;
        line-height: 1.5; }
    .body .container .bullets {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 17px;
      flex: 1 0 0; }
    .body .container .accordion {
      width: 100%;
      direction: rtl;
      padding: 10px 20px;
      background: rgba(127, 103, 104, 0.1);
      background: rgba(127, 103, 104, 0.1);
      font-family: "Rubik", sans-serif; }
    .body .container .accordion-header {
      width: 100%;
      background: none;
      border: none;
      padding: 0;
      font-size: 18px;
      cursor: pointer;
      display: flex;
      font-family: "Rubik", sans-serif;
      justify-content: space-between;
      align-items: center;
      gap: 10px; }
    .body .container .chevron {
      display: inline-block;
      transition: transform 0.3s ease;
      font-size: 18px;
      color: #c00;
      /* red like your screenshot */ }
    .body .container .accordion-header.active .chevron {
      transform: rotate(-90deg); }
    .body .container .title {
      font-weight: 600; }
    .body .container .accordion-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease; }
    .body .container .accordion-content p {
      margin: 10px 0 0;
      line-height: 1.6;
      text-align: right;
      color: black; }

.what {
  display: flex;
  width: 100%;
  height: auto;
  padding: 40px 20px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-shrink: 0;
  background: #000; }
  .what .headline {
    width: 316px; }
    .what .headline img {
      width: 100%; }
  .what p {
    color: #FFF;
    text-align: right;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }

@media only screen and (max-width: 600px) {
  .hero {
    height: 319px; }
    .hero:before {
      top: -219px; }
    .hero .container {
      width: 100%; }
      .hero .container .kish {
        left: auto;
        width: 235px;
        right: -63px; }
      .hero .container .main {
        height: auto;
        width: 90%;
        left: 5%;
        margin: 0; }
      .hero .container .sub {
        height: auto;
        top: 20px;
        width: 40%;
        height: auto; }

  .content {
    overflow: hidden; }

  .body .container {
    width: 100%;
    min-height: 200px;
    flex-direction: column; }
    .body .container .accordion {
      width: 80%; }
    .body .container .bullets {
      align-items: center; }
    .body .container .accordion-header {
      text-align: right; }
    .body .container .text {
      height: auto; }
      .body .container .text p {
        width: 90%;
        font-size: 30px; }

  .what {
    flex-direction: column;
    height: auto;
    padding: 60px 40px;
    gap: 30px;
    align-items: flex-start; }
    .what .headline {
      width: 230px; }
    .what p {
      line-height: 1.3; } }

/*# sourceMappingURL=style.css.map */
