.why_us {
  margin: 400px auto 20px auto;
  width: 78%;
  /* margin-top: 400px; */
  /* display: flex; */
  display: grid;
  grid-template-columns: 60% 40%;
  /* justify-content: center;
  align-items: center;
  gap: 10px; */
  padding: 100px 40px 10px 0;
}

.text_col h2 {
  color: var(--color-pink);
  letter-spacing: 2px;
  font-size: 48px;
  font-weight: 600;
  font-family: var(--Gabarito-font);
}

.text_col h3 {
  color: var(--color-black);
  letter-spacing: 1px;
  font-size: 38px;
  font-weight: 800;
  width: 80%;
  margin: 8px 0;
  text-align: left;
  font-family: var(--Gabarito-font);
}

.text_col p {
  font-size: 22px;
  color: var(--color-black);
  font-weight: 300;
  margin: 8px 0;
  width: 80%;
  font-family: var(--Gabarito-font);
}

/* //////////////////////////////// */
/* 
.why_us_box {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 2px;
  padding: 4px 0;
}

.why_icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.why_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why_heading {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--Fredoka-font);
}

.why_text {
  font-size: 20px;
  font-weight: 300;
  font-family: var(--Fredoka-font);
} */

.why_us_box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}

.why_icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.why_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why_text_group {
  /* display: flex; */
  align-items: center;
  flex-wrap: nowrap;
  font-size: 22px;
  font-family: var(--Gabarito-font);
}

.why_heading {
  font-weight: 500;
}

.why_text {
  font-weight: 300;
}

/* ////////////////////////// */

.img_col {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}

/* .why_us_img_1 {
  width: 300px;
  height: 400px;
}
.why_us_img_2 {
  width: 300px;
  height: 350px;
} */
.why_us_img_2 img,
.why_us_img_1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* //////////////////////// */
/* Tab Responsive  */
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .why_us {
    flex-direction: column;
    margin-top: 800px;
    padding: 20px 10px;
    width: 80%;
  }

  .text_col h3 {
    font-size: 38px;
    width: 100%;
  }

  .text_col p {
    font-size: 20px;
    width: 100%;
  }

  .img_col {
    align-items: start;
    gap: 30px;
    width: 100%;
  }

  .why_us_img_1 img {
    width: 350px;
    height: 400px;
  }

  /* .why_us_img_1 {
    width: 350px;
    height: 400px;
  } */

  .why_us_img_2 {
    width: 350px;
    height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us {
    /* flex-direction: column; */
    grid-template-columns: 100%;
    margin-top: 50px;
    padding: 20px 10px;
    width: 80%;
  }

  .text_col h3 {
    font-size: 38px;
    width: 100%;
  }

  .text_col p {
    font-size: 20px;
    width: 100%;
  }

  .img_col {
    align-items: start;
    gap: 30px;
    width: 100%;
  }

  .why_us_img_1 {
    width: 350px;
    height: 400px;
  }

  .why_us_img_2 {
    width: 350px;
    height: 400px;
  }
}

/* ////////////////// */
/* media queries  */

@media (max-width: 768px) {
  .why_us {
    /* flex-direction: column; */
    grid-template-columns: 100%;
    margin-top: 50px;
    padding: 20px 10px;
    width: 100%;
  }

  .text_col h3 {
    font-size: 30px;
    width: 100%;
  }

  .text_col p {
    font-size: 18px;
    text-align: left;
    width: 100%;
  }

  .img_col {
    flex-direction: column;
    align-items: center;
    margin: 20px auto;
  }

  .why_us_img_1,
  .why_us_img_2 {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
