.service_list_1 .service_list_h2 {

  color: var(--color-black);

  font-size: 50px;

  font-family: var(--Faustina-font);

  font-weight: 700;

}



/* /////////////////////// */

/* service  img section */

.service_8_img_section {

  padding: 20px 10px;

  width: 100%;

}

.service_8_img_1 {

  width: 100%;

}



.service_8_img_section p {

  font-size: 21px;

  font-family: var(--Fredoka-font);

  font-weight: 400;

  color: var(--color-black);

  margin: 10px 0;

}



.service_8_img_section div {

  display: grid;

  grid-template-columns: 49% 49%;

  justify-content: center;

  align-items: center;

  gap: 2px;

}



.service_8_img_section_1,

.service_8_img_section_2 {

  width: 100%;

  height: 450px;

  object-fit: contain;

}

