.s1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  flex-direction: column;
  gap: 27px;
}
.s1 .title {
  width: 100%;
  max-width: 888px;
  aspect-ratio: 888/120;
  background: url("../Media/Job-List/gray-open-jobs.svg") no-repeat center/contain;
  padding-top: 10px;
}
.s1 .title h2 {
  font-size: 50px;
  letter-spacing: 3px;
  background: linear-gradient(to right, #DB0000, #8E0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s2 {
  width: 100%;
  max-width: 1100px;
  background: white;
  border: 1px solid rgba(221, 221, 221, 0.5019607843);
  margin: 0 auto;
  padding: 70px 60px 70px 60px;
  margin-top: 100px;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}
.s2 .title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.s2 .title .title-text {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.s2 .title .title-text h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.s2 .title .title-text .tag {
  position: absolute;
  top: 0;
  right: 0;
  gap: 25px;
}
.s2 .title .title-text .tag p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: rgb(7, 99, 3);
  background: rgba(41, 189, 36, 0.15);
  border: 1px solid rgba(41, 189, 36, 0.3);
  border-radius: 10px;
  padding: 7px 12px;
}
.s2 .title .title-text .tag .one {
  color: rgba(37, 37, 37, 0.8);
  background: rgba(37, 37, 37, 0.1);
  border: 1px solid rgba(37, 37, 37, 0.2);
}
.s2 .title .title-text .tag .two {
  color: rgb(7, 99, 3);
  background: rgba(41, 189, 36, 0.15);
  border: 1px solid rgba(41, 189, 36, 0.3);
}
.s2 .title .title-text .tag .two span {
  width: 11px;
  aspect-ratio: 1/1;
  display: block;
  background: rgba(41, 189, 36, 0.6);
  border-radius: 100%;
  margin-right: 8px;
}
.s2 .title h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-top: -10px;
}
.s2 .title .line {
  width: 100%;
  height: 1px;
  position: relative;
  border-top: 1px solid #DDDDDD;
}
.s2 .title .line .left {
  width: 337.5px;
  height: 1px;
  border-top: 1px solid #B40000;
  margin-top: -1px;
  z-index: 1;
}
.s2 p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
.s2 .url {
  color: rgba(180, 0, 0, 0.8);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  height: 17px;
  cursor: pointer;
}
.s2 .url:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.s2 button {
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 600 !important;
  color: white;
  background: linear-gradient(to right, #8E0000, #B40000);
  border-radius: 10px;
  cursor: pointer;
}
.s2 button span {
  width: 12px;
  height: 12px;
  background: url("../Media/Icon/arrow-white.svg") no-repeat center center/contain;
  display: inline-block;
  margin-left: 20px;
}

.spacer {
  height: 150px;
}

@media (max-width: 900px) {
  .s2 {
    padding: 70px 50px;
  }
}
@media (max-width: 650px) {
  .s2 {
    margin-top: 40px;
  }
  .s2 .title .title-text span {
    display: none;
  }
}
@media (max-width: 550px) {
  .s2 {
    padding: 50px 25px;
    gap: 20px;
  }
  .s2 .title {
    gap: 20px;
  }
  .s2 .title .title-text h1 {
    font-size: 23px;
  }
  .s2 .title .line .left {
    width: 151px;
  }
}