@media (min-width: 1200px) and (max-width: 1399px) {
  .careers_bnr h1 {
    font-size: 44px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  section.banner h1 {
    font-size: 32px;
    line-height: 40px;
  }

  section.banner p {
    font-size: 18px;
    line-height: 24px;
  }

  .ban_slider .slick-dots {
    bottom: 10px;
  }

  .news .card h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .careers_bnr h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .career_bx img {
    max-width: 300px;
  }

  .culture .slick-next {
    right: 0;
  }

  .culture .slick-prev {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ban_slider .item {
    padding-bottom: 50px;
  }

  .ban_slider .slick-dots {
    left: 50%;
    bottom: 10px;
  }
  .services {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .news h2 {
    font-size: 26px;
  }
  .socials {
    justify-content: start;
  }
  .services2 {
    flex-wrap: wrap;
  }

  .serv_bx2 {
    width: 40%;
  }
  .careers_bnr h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .career_bx img {
    max-width: 300px;
  }

  .career_serv .serv_bx2 {
    width: 45%;
  }

  .culture .col-lg-5 img {
    margin: 0 auto;
    width: 85%;
  }

  .culture .col-lg-5 p {
    text-align: center;
  }
  .culture .slick-next {
    right: 0;
  }

  .culture .slick-next,
  .culture .slick-prev {
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .ban_slider .item {
    padding-bottom: 50px;
  }
  .ban_slider .slick-dots {
    left: 50%;
    bottom: 10px;
  }

  .services {
    flex-wrap: wrap;
    gap: 30px 0;
  }

  .ban_slider .txt_bx {
    padding-right: 0;
    text-align: center;
  }

  .news .card h5 {
    font-size: 24px;
    line-height: 30px;
  }

  section.careers h2 {
    font-size: 40px;
  }

  .socials {
    justify-content: start;
  }
  .services2 {
    flex-wrap: wrap;
  }

  .serv_bx2 {
    width: 40%;
  }
  .cta h2 {
    font-size: 28px;
  }
  .careers_bnr {
    padding-bottom: 240px;
    background: url(../images/career-bg_mb.webp) center center no-repeat;
  }

  .culture .col-lg-5 img {
    margin: 0 auto;
    width: 85%;
  }

  .culture .col-lg-5 p {
    text-align: center;
  }
  .culture .slick-next {
    right: 0;
  }

  .culture .slick-next,
  .culture .slick-prev {
    z-index: 2;
  }
  .careers_bnr h1 {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .career_bx img {
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
  .servs2 h2 {
    font-size: 28px;
  }
  .career_serv .serv_bx2 {
    width: 45%;
  }
}

@media (max-width: 575px) {
  .ban_slider .txt_bx h1 {
    font-size: 28px;
    line-height: 34px;
  }

  .ban_slider .txt_bx p {
    font-size: 16px;
    line-height: 22px;
  }
  .news h2 {
    font-size: 32px;
  }

  section.careers h2 {
    font-size: 32px;
  }

  section.careers p {
    font-size: 14px;
  }
  footer h4 {
    font-size: 24px;
  }

  footer ul li a {
    font-size: 16px;
  }

  footer ul li {
    margin-bottom: 10px;
  }
  .copyright p {
    text-align: center;
    font-size: 14px;
  }

  .socials {
    justify-content: center;
  }
  .serv_bx2 {
    width: 80%;
  }
  .sol_bx {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-right: 0;
  }
  .career_serv .serv_bx2 {
    width: 100%;
  }
  .career_bx img {
    max-width: 250px;
    top: 100px;
  }
  .culture .slick-next:before,
  .slick-prev:before {
    font-size: 25px;
  }

  .culture .slick-prev {
    left: 0;
  }
  .careers_bnr{
    padding-left: 0;
    padding-right: 0;
  }
  .careers_bnr h1{
    font-size: 28px;
    line-height: 32px;
  }
}
