* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: poppins, sans-serif;
}

.s-boxes h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.s-boxes nav {
  margin-top: 10px;
}

.s-boxes ul {
  list-style: none;
}

.s-boxes li {
  display: inline-block;
  margin-right: 20px;
}

/* .s-boxes li:last-child {
  	margin-right: 0;
} */

.s-boxes a {
  color: #fff;
  text-decoration: none;
}

.s-boxes a.active {
  border-bottom: 2px solid #fff;
}

.s-boxes {
  padding: 20px 20px;
  /* background-color: #fbfbfb; */
}

.s-boxes h2 {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.s-boxes ul {
  display: flex;
  flex-wrap: wrap;
}

.s-boxes li {
  flex: 1;
  margin: 0 20px 20px 0;
  padding: 20px 20px 67px;
  background-color: #fff;
  border-radius: 5px;
}

.s-boxes h2 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.s-boxes .job_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-top: 12px;
}

.s-boxes .job_details h5 {
  font-weight: 600;
  font-size: 13px;
}

.s-boxes .job_details h5 span {
  font-weight: 600;
}

.s-boxes p {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.s-boxes .btn {
  border: 1px solid black;
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  border-radius: 2px;
  text-decoration: none;
}

.s-boxes .btn:hover {
  background-color: #607d8b;
  border: 1px solid #607d8b;
  color: #fff;
}
.s-boxes li.job_description_list_wrapper {
  min-width: 450px;
  position: relative;
  border: 1px solid #ccc;
  /* box-shadow: 0 0.15em 0.3em rgb(0 0 0 / 20%); */
}

.job_description_list_wrapper ul {
  display: list-item;
  font-size: 14px;
  font-weight: 400;
}

.job_description_list_wrapper ul li {
  margin: 0;
  padding: 0;
  list-style-type: disc;
  display: list-item;
  margin-left: 20px;
}

.s-boxes .btn {
  position: absolute;
  bottom: 20px;
}

@media screen and (max-width: 1500px) {
  li.job_description_list_wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .s-boxes li.job_description_list_wrapper {
    flex-basis: 455px;
  }
}
@media screen and (max-width: 1092px) {
  .s-boxes .join {
    padding: 24px 12px;
  }

  .s-boxes li.job_description_list_wrapper {
    min-width: 100%;
    /* min-width: 380px; */
    flex-basis: 0%;
  }
}
/* @media screen and (max-width : 876px) {
	section li.job_description_list_wrapper{
		margin-right: 0;
	}

} */
@media screen and (max-width: 820px) {
  .s-boxes li.job_description_list_wrapper {
    margin-right: 0;
    min-width: 100%;
  }
  .s-boxes .btn {
    left: calc(50% - 75px);
  }
}
