.container-career {
  display: block;
  margin: auto;
  margin-top: 50px;
  max-width: 1200px;
}

/* <!-- Block image --> */

.grid-container {
  max-height: 410px;
  max-width: 1440px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 14px;
  grid-template-columns: 23% 23% 23% 23%;
  grid-template-rows: 25% 25% 25% 25%;
}

.item1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}

.item2 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 2;
}

.item3 {
  grid-column: 3 / span 2;
  grid-row: 1 / span 4;
}

.item4 {
  grid-column: 1 / span 2;
  grid-row: 3 / span 2;
}

.grid-item > img {
  border-radius: 20px;
}

/* <!-- Join Elsa --> */

.block-join-elsa {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
}

.join-elsa-image {
  width: 50%;
  flex: 0 0 50%;
}

.join-elsa-content {
  width: 100%;
  padding-left: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.join-elsa-content-title {
  color: #000000;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
}

.join-elsa-content-description {
  color: #171f48;
  text-align: justify;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  width: 100%;
}



/* <!-- Block Table career --> */

.block-career-table {
  margin-top: 45px;
}

.career-table-title {
  color: #000000;
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 10px;
}

.career-table-description {
  color: #000000;
  text-align: center;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 0px;
}

.career-table-data {
  margin-top: 34px;
  margin-bottom: 56px;
}

.table.career-table {
  max-width: 975px;
  margin: 0 auto;
}

.table.career-table tr > th {
  color: #171f48;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
}

.table.career-table tr > th {
  border: none !important;
}

.table.career-table tr > td {
  border-top: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 150%;
}

/*.table.career-table tr > td:first-child {
  font-weight: bold;
}
*/
@media (max-width: 1250px) {
  .container-career {
    padding: 0px 24px;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .container-career {
    padding: 0px 24px;
    margin-top: 8px;
  }

  /* <!-- Block image --> */
  /* .grid-container {
    max-height: 202px;
    max-width: 375px;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 15% 22% 18% 18% 15%;
    grid-template-rows: 8% 25% 4% 10%;
  } */

  .grid-container {
    display: grid;
    grid-column-gap: 21px;
    grid-template-columns: 15% 22% 18% 18% 15%;
    grid-template-rows: 18% 23% 8% 10%;
  }

  .item1 {
    grid-column: 1 / span 3;
    grid-row: 1 / span 3;
  }

  .item1 > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  .item2 {
    grid-column: 4 / span 2;
    grid-row: 1 / span 2;
  }

  .item2 > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  .item3 {
    grid-column: 4 / span 2;
    grid-row: 3 / span 2;
  }

  .item3 > img {
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
  }

  .item4 {
    grid-column: 1 / span 3;
    grid-row: 4 / span 1;
  }

  .item4 > img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
  }

  /* <!-- Join Elsa --> */
  .block-join-elsa {
    margin-top: 30px;
    flex-direction: column-reverse;
  }

  .join-elsa-image {
    width: 100%;
  }

  .join-elsa-content {
    width: 100%;
    padding-left: 0px;
  }

  .join-elsa-content-title {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 8px;
  }

  .join-elsa-content-description {
    line-height: 150%;
    margin-bottom: 18px;
  }

  /* <!-- Block Table career --> */
  .block-career-table {
    margin-top: 30px;
  }

  .career-table-title {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
  }

  .career-table-description {
    text-align: justify;
    font-size: 14px;
    line-height: 19px;
  }

  .career-table-data {
    margin-top: 36px;
  }

  .table.career-table tr > th {
    font-size: 12px;
    line-height: 150%;
    padding-left: 0px;
  }

  .table.career-table tr > td {
    font-size: 14px;
    padding-left: 0px;
  }
}

@media (max-width: 416px) {
  .grid-container {
    max-height: 202px;
    max-width: 375px;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 15% 22% 18% 18% 15%;
    grid-template-rows: 8% 25% 4% 10%;
  }
}