#service_hero_section {
  max-width: 60%;
  margin-inline: auto;
  margin-block: 150px;
  font-family: "Inter", sans-serif;
}

#servcices_list {
  max-width: 60%;
  margin-inline: auto;
}

#service_page_subtitle {
  text-transform: uppercase;
  color: var(--secondary-color);
  text-align: center;
  margin-block: 10px;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
}

#service_page_title {
  color: var(--primary-color);
  font-size: 45px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 110%;
  width: 70%;
  text-align: center;
  margin-inline: auto;
}

#service_page_info {
  text-align: center;
  width: 80%;
  margin-inline: auto;
  margin-block: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
}

.service_box {
  display: flex;
  flex-wrap: wrap;
  margin-block: 130px;
  justify-content: space-between;
}

.service_img {
  width: 43%;
  height: 350px;
}

.service_img img {
  width: 90%;
  height: 100%;
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 10px 10px var(--secondary-color);
}

.service_info {
  width: 55%;
  text-align: start;
}

.service_title {
  font-size: 30px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.service_description {
  font-size: 18px;
  line-height: 150%;
}

.show_service_btn {
  display: none;
}

.box_style_1 {
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  #service_hero_section {
    display: block;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
  }

  #service_page_subtitle {
    font-size: 15px;
    width: 100%;
  }

  #service_page_info {
    font-size: 18px;
    margin-block: 10px;
  }

  #service_page_title {
    width: 90%;
    font-size: 25px;
  }

  .service_box {
    display: block;
    margin-block: 50px;
  }

  .service_img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .service_img img {
    width: 100%;
  }

  .service_info {
    width: 100%;
  }

  .service_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .service_description {
    max-width: 100%;
  }

  #servcices_list {
    max-width: 80%;
  }
}
