
/* Extra Small devices (phones) */
@media (max-width: 480px) {
    .header img{
    width: 80%;
  }
  .col{
    height: auto;
    min-width: 100%;
  }

  .service {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    height: 75px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 34px;
}

.btn-custom,
.career-item .btn-custom {
    width: 80%;
    margin: 10px;

}
.career-list h1{
    width: 100%;
}
.career-item h3{
    width: 100%;

  }

  .career-item-email {
      font-size: 18px;

  }
  .career-item p,
  .career-list .career-item-footer p,
  .career-list .career-item-footer p:last-child{
    width: 100%;
  }

  /* .career-list .career-item-footer p:last-child{
    font-size: 1.2rem;
  } */
  main form input[type="text"],
  main form input[type="tel"],
  main form input[type="email"],
  main form input[type="file"],
  main form .input-file,
  main form textarea,
  main form select{
    width: 100%;
  }
footer .footer,
footer .main-footer {
    font-size: 16px;
}

}

/* Small devices (phones) */
@media (min-width: 480px)  and (max-width: 576px){
    .header img{
    width: 80%;
  }
  .col{
    height: auto;
    min-width: 100%;
  }

  .service {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    height: 75px;
    margin-bottom: 10px;
    padding: 10px;
    /* font-size: 1.5rem; */
  }


    .btn-custom,
  .career-item .btn-custom {
    width: 80%;
    margin: 10px;
  }
    .career-list h1{
      width: 100%;
  }
     .career-item h3{
      width: 100%;
      text-align: center;

  }
  .career-item p,
  .career-list .career-item-footer p,
  .career-list .career-item-footer p:last-child{
    width: 100%;
  }

  /* .career-list .career-item-footer p:last-child{
    font-size: 1.5rem;
  }  */

    main form input[type="text"],
  main form input[type="tel"],
  main form input[type="email"],
  main form input[type="file"],
  main form .input-file,
  main form textarea,
  main form select{
    width: 100%;
  }

}


/* Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
  .header img{
   max-width: 70%;
  }

  .col{
    height: auto;
    min-width: 100%;
  }

  .service {
    writing-mode: horizontal-tb;
    transform: rotate(0);
    height: 100px;
    margin-bottom: 5px;
    padding: 20px;
    /* font-size: 2rem; */
  }

    .btn-custom,
  .career-item .btn-custom {
    width: 80%;
    margin: 10px;
  }

    .career-list h1{
      width: 100%;
  }

  .career-item h3{
      width: 100%;
      text-align: center;

  }
  .career-item p,
  .career-list .career-item-footer p,
  .career-list .career-item-footer p:last-child{
    width: 100%;
  }

  /* .career-list .career-item-footer p:last-child{
    font-size: 1.6rem;
  } */
    main form input[type="text"],
  main form input[type="tel"],
  main form input[type="email"],
  main form input[type="file"],
  main form .input-file,
  main form textarea,
  main form select{
    width: 100%;
  }

}

/* Large devices (desktops) */
@media (min-width: 769px) and (max-width: 992px) {
    .header img{
   max-width: 70%;
  }
  .col{
    height: auto;
    min-width: 50%;
  }

  .service {
    margin-bottom: 5px;
    padding: 10px;
    /* font-size: 2.5rem; */
  }

  .btn-custom,
  .career-item .btn-custom {
    width: 80%;
    margin: 10px;
  }

    .career-item h3{
      width: 100%;
      text-align: center;

  }
  .career-item p,
  .career-list .career-item-footer p,
  .career-list .career-item-footer p:last-child{
    width: 100%;
  }

  /* .career-list .career-item-footer p:last-child{
    font-size: 1.6rem;
  } */
    main form input[type="text"],
  main form input[type="tel"],
  main form input[type="email"],
  main form input[type="file"],
  main form .input-file,
  main form textarea,
  main form select{
    width: 100%;
  }

}

/* Extra large devices (large desktops) */
@media (min-width: 993px)  and (max-width: 1199px) {
  .col{
    /* height: auto; */
        height: calc(100vh - 30vh);

    min-width: 25%;
  }

  .service {
    margin-bottom: 5px;
    padding: 10px;
    /* font-size: 2.5rem; */
  }

}

/* Extra large devices (large desktops) */
@media (min-width: 1200px) {
  .col{
    height: calc(100vh - 40vh);
    min-width: 25%;
  }

  .service {
    margin-bottom: 5px;
    padding: 10px;
    /* font-size: 2.5rem; */
  }
}
