/* section one styling */

.career_container_section_one {
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
}

.career_container_section_one_h2 {
  color: #31ac54;
  font-weight: 700;
  font-size: x-large;
}

.career_container_section_one_p {
  text-align: center;
  font-size: 1.25rem;
  color: #122742;
}

.career_container_section_one_button {
  background-color: #31ac54;
  color: #fff;
  border-radius: 50px;
  padding: 10px 32px;
  border: none;
  text-transform: capitalize;
}

/* end of styling section one */

/* styling section two */

.career_container_section_two {
  width: 100%;
}

.career_container_section_two_img {
  object-fit: contain;
  width: 100%;
}

/* end of styling section two */

/* styling section three and four */

.career_container_section_three,
.career_container_section_four,
.career_container_section_five {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.career_container_section_three_h3_tag,
.career_container_section_four_h3_tag,
.career_container_section_five_h3_tag {
  color: #31ac54;
  font-size: larger;
}

.career_container_section_three_p_tag,
.career_container_section_four_p_tag,
.career_container_section_five_p_tag {
  color: #122742;
  font-weight: 400;
  line-height: 1.2;
}

.career_container_section_three_images_holder,
.career_container_section_four_images_holder {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 2rem;
}

.career_container_section_three_images_holder_figure_tag,
.career_container_section_four_images_holder_figure_tag {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.career_container_section_three_images_holder_figure_tag_img,
.career_container_section_four_images_holder_figure_tag_img {
  object-fit: contain;
  width: 100%;
}

.career_container_section_three_images_holder_figure_tag_figcaption,
.career_container_section_four_images_holder_figure_tag_figcaption {
  text-align: center;
  line-height: 1.2;
}

.two {
  width: 70%;
}

/* end of styling section three and four */

/* styling section five */

.career_container_section_five {
  background: #dce2de;
  padding-top: 2rem;
}

.career_container_section_five_job_holder_jobs_divs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0 2rem 0;
}

.career_container_section_five_job_holder_jobs_divs_div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8faf9;
  border-radius: 8px;
  padding: 2rem 4rem;
}

.career_container_section_five_job_holder_jobs_divs_div_p_tag {
  font-weight: 400;
  font-size: small;
  color: #000;
  text-transform: capitalize;
}

.career_container_section_five_job_holder_jobs_divs_div_h4_tag {
  font-weight: 700;
  font-size: medium;
  color: #000;
}

/* end of styling section five */

/* medium screen styling */

@media only screen and (min-width: 768px) {
  .career_container_section_three_images_holder,
  .career_container_section_four_images_holder,
  .career_container_section_five_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }

  .career_container_section_three_images_holder_figure_tag,
  .career_container_section_four_images_holder_figure_tag {
    width: 20%;
  }

  .career_container_section_four_images_holder {
    gap: 6rem;
  }

  .career_container_section_five_job_holder_jobs_divs_div {
    text-align: center;
    width: 35%;
  }

  .career_container_section_five_job_holder_jobs_divs_div_p_tag {
    flex: 0.2;
  }

  .career_container_section_five_job_holder_jobs_divs_div_h4_tag {
    flex: 0.8;
  }
}

/* larger screen styling */

@media only screen and (min-width: 992px) {
  .career_container_section_three_images_holder,
  .career_container_section_four_images_holder,
  .career_container_section_five_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem;
  }

  .career_container_section_three_h3_tag,
  .career_container_section_four_h3_tag,
  .career_container_section_five_h3_tag,
  .career_container_section_one_h2 {
    font-size: xx-large;
  }

  .career_container_section_three_images_holder_figure_tag,
  .career_container_section_four_images_holder_figure_tag {
    width: 20%;
  }

  .career_container_section_four_images_holder {
    gap: 9.3rem;
  }

  .career_container_section_five_job_holder_jobs_divs_div {
    text-align: center;
    width: 35%;
  }

  .career_container_section_five_job_holder_jobs_divs_div_p_tag {
    flex: 0.2;
  }

  .career_container_section_five_job_holder_jobs_divs_div_h4_tag {
    flex: 0.8;
  }
}

/* descktop styling */

@media only screen and (min-width: 1330px) {
  .career_container_section_three_images_holder,
  .career_container_section_four_images_holder,
  .career_container_section_five_job_holder_jobs_divs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11rem;
    width: 90%;
  }

  .career_container_section_three_images_holder_figure_tag,
  .career_container_section_four_images_holder_figure_tag {
    width: 15%;
  }

  .career_container_section_four_images_holder {
    gap: 10rem;
  }

  .career_container_section_five_job_holder_jobs_divs_div {
    text-align: center;
    width: 20%;
  }

  .career_container_section_five_job_holder_jobs_divs_div_p_tag {
    flex: 0.2;
  }

  .career_container_section_five_job_holder_jobs_divs_div_h4_tag {
    flex: 0.8;
  }

  .career_container_section_five_job_holder_jobs_divs {
    gap: 1.5rem;
    width: 100%;
  }
}
