.about_choose_section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 20px 20px;
  gap: 20px;
}

/* ////////////////////////////// */
/* About Img section  */

.about_choose_img_section img {
  width: 700px;
  height: 700px;
  object-fit: contain;
}

/* ////////////////////////////// */
/* About text section */
.about_choose_text_section {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
}

.about_choose_text_section h2 {
  font-size: 48px;
  color: var(--color-pink);
  letter-spacing: 2px;
  font-family: var(--Gabarito-font);
  font-weight: 500;
}

.about_choose_text_section h3 {
  font-size: 38px;
  color: var(--color-black);
  font-weight: 700;
  font-family: var(--Faustina-fonts);
}
.about_choose_text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.about_choose_text_section .about_choose_text div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.about_choose_text_section .about_choose_text div .text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 2px;
}

.about_choose_text_section .about_choose_text div .no {
  font-size: 55px;
  color: var(--color-pink);
  font-weight: 800;
  font-family: var(--Faustina-font);
}

.about_choose_text_section .about_choose_text div .text h4 {
  font-size: 24px;
  color: var(--color-black);
  font-weight: 600;
  font-family: var(--Fredoka-font);
}

.about_choose_text_section .about_choose_text div .text p {
  font-size: 20px;
  color: black;
  font-weight: 400;
  width: 80%;
  font-family: var(--Fredoka-font);
}

.about_choose_text .line_br {
  width: 80%;
  height: 0.3px;
  background-color: var(--color-pink);
}

/* //////////////////////////// */
/*   for Table or Ipad */

/* @media screen and (min-width: 1024px) and (max-width: 1400px) {
  .chooseUs_box {
    width: 350px;
    height: 300px;
  }
} */

@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .about_choose_section {
    flex-direction: column;

    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about_choose_section {
    flex-direction: column;
    width: 70%;

    margin: 20px auto;
  }

  .about_choose_img_section img {
    width: 500px;
    height: 500px;
  }

  .about_choose_text_section h2 {
    font-size: 24px;
  }

  .about_choose_text_section h3 {
    font-size: 35px;
  }

  .about_choose_text div .no {
    font-size: 45px;
  }
  .about_choose_text div .text h4 {
    font-size: 20px;
  }
  .about_choose_text div .text p {
    font-size: 18px;
  }
}

/* ///////////////////////////// */
/* Responsive Desgin  */

@media (max-width: 768px) {
  .about_choose_section {
    flex-direction: column;

    width: 100%;
  }

  .about_choose_text_section {
    align-items: center;
  }
  .about_choose_text {
    margin-left: 20px;
  }

  .about_choose_img_section img {
    width: 95%;
    height: 450px;
    margin: 0 auto;
  }

  .about_choose_text_section h2 {
    font-size: 22px;
  }

  .about_choose_text_section h3 {
    font-size: 28px;
  }

  .about_choose_text div .no {
    font-size: 45px;
  }
  .about_choose_text div .text h4 {
    font-size: 20px;
  }
  .about_choose_text div .text p {
    font-size: 18px;
    width: 100%;
  }

  .about_choose_text_section .about_choose_text div .text p {
    width: 100%;
  }
}
