.contact_col_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 50px 10px;
  gap: 50px;
}

/* ////////////////////////////// */
/* About Img section  */

.contact_col_img_section img {
  width: 600px;
  height: 400px;
  object-fit: contain;
}

/* ////////////////////////////// */
/* About text section */
.contact_col_text_section {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 25px;
  /* padding-left: 100px; */
}

.contact_col_text_section h2 {
  font-size: 25px;
  color: var(--color-pink);
  font-family: var(--Gabarito-font);
  font-weight: 500;
}

.contact_col_text_section h3 {
  font-size: 50px;
  color: var(--color-black);
  font-weight: 700;
  font-family: var(--Faustina-font);
}

.contact_col_text_section p {
  font-size: 21px;
  color: black;
  font-weight: 400;
  font-family: var(--Fredoka-font);
}

.contact_col_social_con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.contact_col_social_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
}

.whatsapp_img {
  width: 40px;
  height: 40px;
}

/* //////////////////////////// */
/*   for Table or Ipad */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .contact_col_section {
    flex-direction: column;
    justify-content: center;
  }
  .contact_col_img_section img {
    width: 100%;
    height: 500px;
  }

  .contact_col_text_section h2 {
    font-size: 24px;
  }

  .contact_col_text_section h2 {
    font-size: 35px;
  }

  .contact_col_text_section p {
    font-size: 21px;
  }
}
/* ///////////////////// */
/* Responsive Design  */

@media (max-width: 768px) {
  .contact_col_section {
    flex-direction: column;
    justify-content: center;
  }
  .contact_col_img_section img {
    width: 100%;
    height: 250px;
  }

  .contact_col_text_section h2 {
    font-size: 20px;
  }

  .contact_col_text_section h2 {
    font-size: 28px;
  }

  .contact_col_text_section p {
    font-size: 18px;
  }
}
