.service_info_col_section {
  width: 75%;
  padding: 50px 0;
  margin: 0 auto;
}

.service_info_col_container {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.service_info_col_1 {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  gap: 20px;
  width: 90%;
}

.service_info_col_2 {
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
}

/* //////////////////////////// */
/*   for Table or Ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .service_info_col_section {
    width: 70%;
    padding: 20px 0;
  }

  .service_info_col_container {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .service_info_col_1 {
    width: 100%;
    align-items: center;
    text-align: center;
  }
}

/* ////////////////////////// */
/* Responsive Design  */

@media (max-width: 768px) {
  .service_info_col_section {
    width: 90%;
    padding: 20px 0;
  }

  .service_info_col_container {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .service_info_col_1 {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .service_info_col_1 {
    width: 100%;
  }
}
