
.services h3, p{
  text-transform: capitalize;
  line-height: 1.5rem;
}

.services h3 {
  font-size: 1.2rem;
}

.services h3:hover {
  color: rgb(236, 163, 17);
  cursor: pointer;
}

.services p {
  font-size: .8rem;
  color: gray;
}

.abt-flx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: .5em auto;
  line-height: 1.5rem;
  column-gap: 1rem;
}

.tri {
  font-size: larger;
  color: green;
  font-weight: 700;
}

.abt-txt {
  
  padding: .5em auto;
  line-height: 1.5rem;

}

.abt-one {
  width: 300%;
  padding: 0 .5rem;
}

.abt-two {
  padding-right: 1rem;
  margin-right: .5rem;
}

.abt-art {
  line-height: 1.5rem;
  font-family: "Open Sans" ,sans-serif;
}

.abt-art:nth-child(odd) {
  margin-bottom: 1rem;
}

.abt__img {
  width: 100%;
}

.qap_title {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  color: rgb(21, 213, 21);
  font-weight: 500;
  margin-top: 1.5em;
}

.qap_intro {
  padding: 1rem 0;
  text-transform: none;
}

.qap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  margin-bottom: 1.5em;
}

.qap_first {
  margin-top: 1em;
}

.qap_img .img {
  width: 100%;
}

.qap_procedure {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1.5rem;
  padding: 0 1em;
}

.num {
  padding: .5rem .9rem;
  border: 1px dotted rgb(24, 141, 180);
  border-radius: 30px;
  font-size: 1.2rem;
  color: rgb(90, 199, 235);
  font-weight: 400;
}

.qap_cont {
  padding: 0 1.5em;
}

.procedure {
  color: rgb(21, 213, 21);
  font-weight: 400;
  margin-bottom: 1em;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.proc_def {
  text-transform: none;
}

@media screen and (max-width: 390px) {
  
  body {
    width: 100%;
  }

  section > * {
    width: 100%;
  }

  #services {
    width: 100%;
  }

  .abt-flx-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    margin: 0 auto;
  }

  .abt-two {
    width: 100%;
  }

  .abt__img {
    width: 100%;
    margin: 0 auto;
  }

  .abt-txt {
    width: 100%;
  }

  .abt-txt > article {
    width: 100%;
  }

  .qap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .qap_img {
    border: solid 1px black;
    margin-bottom: 4px;
  }
}