.careers-details {
  padding-bottom: 150px;
}
.careers-details .text-xl {
  margin-bottom: 30px;
}
.top-details {
  padding: 60px 0;
}
.top-details p {
  margin-bottom: 30px;
}
.top-details p:last-child {
  margin-bottom: 0;
}
.careers-details .container {
  padding: 0;
}
.careers-details .row [class*="col-"]:first-child {
  padding-right: 40px;
}
.bottom-details {
  text-align: center;
}
.bottom-details p {
  font-size: 30px;
  line-height: 40px;
  color: rgba(5, 9, 59, 1);
  text-align: center;
  font-family: 'Raleway';
  font-weight: 400;
}
.bottom-details .btn {
  min-width: 664px;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.bottom-details .btn:focus-visible {
  outline: 3px solid #0b5ed7;
  outline-offset: 3px;
}
.checklist p {
  text-align: left;
  padding-right: 30px;
  margin-bottom: 30px;
}
.checklist ul {
  list-style-type: none;
  padding: 0 0 0 18px;
  margin: 0;
}
.checklist ul li {
  text-align: left;
  margin-bottom: 15px;
  color: rgba(5, 9, 59, 1);
  font-weight: 500;
  font-family: 'Inter';
  padding-left: 0;
  position: relative;
  font-size: 22px;
  line-height: 34px;
	list-style-type: disc;
}
.checklist ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 16px;
  height: 12px;
  background: url(../images/check-arrow.svg) no-repeat 0 0;
  content: "";
	display: none;
}
.checklist ul li:last-child {
  margin-bottom: 0;
}

/* BG Section CSS */
.bg-section {
  padding: 85px 0;
}



/* Responsive CSS */
@media(max-width:1499px) {
  .bottom-details p {
    font-size: 23px;
    line-height: 33px;
  }
  .careers-details {
    padding-bottom: 100px;
  }
  .bottom-details p {
    padding-right: 0;
  }
  .checklist ul li {
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width:1299px) {
  .careers-details {
    padding-bottom: 80px;
  }
}

@media(max-width:991px) {
  .top-details .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-details img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-details p {
    margin-bottom: 20px;
  }
  .top-details {
    padding-bottom: 30px;
  }
  .bottom-details p {
    font-size: 20px;
    line-height: 30px;
  }
  .bottom-details .btn {
    margin-top: 0;
  }
  .careers-details .row [class*="col-"]:first-child {
    padding-right: 10px;
  }
  .careers-details .text-xl {
    margin-bottom: 20px;
  }
  .checklist ul li {
    font-size: 18px;
    line-height: 28px;
  }
}

@media(max-width:767px) {
  .top-details {
    padding-top: 50px;
  }
  .bottom-details p {
    font-size: 18px;
    line-height: 28px;
  }
  .careers-details {
    padding-bottom: 50px;
  }
  .bottom-details .btn {
    min-width: 100%;
    padding: 7px 20px;
  }
  .careers-details .text-xl {
    margin-bottom: 10px;
  }
  .bottom-details p {
    margin-bottom: 20px;
  }
  .checklist ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
   .top-details {
    padding-bottom: 20px;
  }
}

@media(max-width:575px) {
  .careers-details .container {
    padding: 0 15px;
  }
}