/*innerbanner*/

.inner_banner {
  width: 100%;
  overflow: hidden;
  display: block;
  /* margin-top: 90px; */
  position: relative;
  /* background-color: #0f3142; */
}

.inner_banner::after {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 9;
  content: "";
  background: var(--color-gradient1);
  width: 85%;
  opacity: 0.8;
}
.inner_banner_shape {
  position: absolute;
  left: -15rem;
  top: -12rem;
  z-index: 99;
  width: 37rem;
  height: 100%;
  background-image: url(../images/pattern1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.inner_banner img {
  width: 100%;
  /* opacity: 0.4; */
  display: block;
  float: right;
}

.innertxt1 {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  padding: 10px 35px;
  z-index: 99;
  width: 100%;
}

.innertxt1 ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
  padding-left: 0px;
}

.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #cdd7ff;
  font-size: 14px;
  text-transform: uppercase;
}

.innertxt1 ul li:last-child {
  padding-right: 0px;
}

.innertxt1 ul li:after {
  content: ".";
  color: #fff;
  position: absolute;
  font-size: 24px;
  right: 8px;
  top: 50%;
  transform: translateY(-70%);
}

.innertxt1 ul li:last-child:after {
  display: none;
}

.innertxt1 ul li a {
  color: #fff;
  text-decoration: none;
}

.inner_banner h1 {
  color: #fff;
  font-size: 46px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 600;
}

.inner_banner h1 span {
  color: #fff;
}

.inner_banner h1 p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #fff;
}

/*innerbanner*/

/*section2*/

.section231 {
  padding: 60px 0 0;
  background-color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 99;
  /* background-image: url(../images/bg-header.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  text-align: left; */
}

.abtll {
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 450px;
}
.abtll img {
  width: 100%;
  display: block;
}

.section231 h3 {
  font-size: 16px;
  line-height: 32px;
  /* letter-spacing: 2px; */
  color: #666666;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  /* font-family: 'Open Sans', sans-serif; */
}

.section231 h2 {
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #2d2070;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 20px;
  /* display: inline-block; */
  width: 100%;
  position: relative;
}
.section231 h2 span {
  color: #2d2070;
}
/* .section231 h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 50px;
  height: 4px;
  content: "";
  background-color: #0b29a6;
} */

.section231 p {
  font-size: 18px;
  line-height: 1.6;
  /* font-weight: 300; */
  font-style: normal;
  color: var(--color-dark);
  margin-bottom: 30px;
}
.section2 a {
  border: 1px solid #fff;
}

.section2in .col-sm-8 {
  padding-left: 50px;
}
.section2in {
  background-color: #f6f6f6;
  border-radius: 50px;
  padding: 60px 50px;
  display: table;
  position: relative;
  width: 100%;
}
/*.section2in::before {
  position: absolute;
  left: -50%;
  width: 60%;
  content: "";
  height: 95%;
  background-color: #0b29a6;
  opacity: 0.1;
  top: 30%;
  -webkit-transform: rotate(-200deg);
  -moz-transform: rotate(-200deg);
  transform: rotate(-200deg);
  display: block;
  z-index: -1;
}
.section2in::after {
  position: absolute;
  right: -50%;
  width: 60%;
  content: "";
  height: 95%;
  background-color: #0b29a6;
  opacity: 0.1;
  top: 30%;
  -webkit-transform: rotate(200deg);
  -moz-transform: rotate(200deg);
  transform: rotate(200deg);
  display: block;
  z-index: -1;
}*/
/*section2_end*/

/*industries_sec*/
.industries_sec {
  padding: 60px 0;
  width: 100%;
  display: block;
}

.industries_sec p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  width: 100%;
  margin: -20px 0 20px;
}

.industries_sec img {
  width: 100%;
  display: block;
  transition: all ease-in-out 0.5s;
  height: 160px;
  object-fit: cover;
  object-position: center center;
}
.industries_sec .row a:hover {
  color: #0b29a6;
}
.industries_sec span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 80%;
  z-index: 9;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
}
.industries_sec hr {
  border-top: 3px solid #1a3167;
  margin: 50px 0;
}
.industries_sec_btm h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 48px;
}
/*industries_sec*/

/*about_corevalues*/
.about_corevalues {
  width: 100%;
  display: block;
  padding: 60px 0;
  background-image: url(../images/solbg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about_corevalues h2 {
  font-size: 55px;
  color: #2d2070;
  margin-top: 50px;

  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.about_corevalues p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 40px;
  font-weight: 400;
}
.about_core_right {
  background-color: #fff;
  box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.161);
}
.about_core_box1 {
  padding: 20px;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 20px;
  align-items: center;
}
.about_core_box1:nth-child(2n) {
  background-color: #f6f6f6;
}
.about_core_box1 h3 {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 600;

  color: #2d2070;
  margin: 0;
  gap: 20px;
}
.about_core_box1 h3 img {
  width: 40px;
}
.about_core_box1 p {
  margin: 0;
}
/*about_corevalues*/

.inner_ind_sec h2 {
  margin-top: -20px;
}
.inner_ind_sec h3 {
  width: 100%;
  margin: 20px 0;
}
.about_section2in .abtll {
  width: 400px;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.about_section2in ul {
  list-style: none;
}
.about_section2in ul li {
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 10px;
  position: relative;
  color: var(--color-dark);
  background-image: url(../images/check1.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 16px;
}
/*services_box1*/
.services_box1 {
  padding: 50px 0 30px;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.services_box1 h2,
.staffing_sec1 h2 {
  font-size: 55px;
  color: #2d2070;
  margin-top: 0;

  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.services_box1 ul {
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.services_box1 ul li {
  background-color: #f6f6f6;
  padding: 40px 25px;
}
.services_box1 ul li:nth-child(2n) {
  background-color: #fff;
}
.services_box1 ul li h4 {
  color: #2d2070;
  font-weight: 600;
  font-size: 23px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #f40058;
  margin-top: 0;
  margin-bottom: 15px;
}
.services_box1 ul li:nth-child(2) h4,
.services_box1 ul li:nth-child(8) h4,
.services_box1 ul li:nth-child(14) h4{
  border-bottom-color: #efa500;
}
.services_box1 ul li:nth-child(3) h4,
.services_box1 ul li:nth-child(9) h4,
.services_box1 ul li:nth-child(15) h4{
  border-bottom-color: #b011ff;
}
.services_box1 ul li:nth-child(4) h4,
.services_box1 ul li:nth-child(10) h4,
.services_box1 ul li:nth-child(16) h4{
  border-bottom-color: #41b853;
}
.services_box1 ul li:nth-child(5) h4,
.services_box1 ul li:nth-child(11) h4,
.services_box1 ul li:nth-child(17) h4{
  border-bottom-color: #00d3c8;
}
.services_box1 ul li:nth-child(6) h4,
.services_box1 ul li:nth-child(12) h4,
.services_box1 ul li:nth-child(18) h4{
  border-bottom-color: #55a7ff;
}
.services_box1 ul li p {
  font-size: 16px;
  line-height: 1.6;
}
/*services_box1*/
.about_section2in h3 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: 0;
}

/*staffing_sec1*/
.staffing_sec1 {
  padding: 60px 0;
  background-color: #f6f6f6;
  width: 100%;
}
.staffing_sec1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 80px;
  row-gap: 40px;
  flex-wrap: wrap;
}
.staffing_sec1 ul li {
  flex-basis: 27%;
  background-color: #f40058;
  border-radius: 20px;
  position: relative;
  padding: 45px 20px 45px 85px;
  box-shadow: 9px 9px 40px rgba(244, 0, 89, 0.4);
}
.staffing_sec1 ul li span {
  background-color: #fff;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 15px;
  box-shadow: 9px 9px 40px rgba(244, 0, 89, 0.4);
}
.staffing_sec1 ul li:nth-child(2) {
  background-color: #efa500;
  box-shadow: 9px 9px 40px rgba(239, 163, 0, 0.4);
}
.staffing_sec1 ul li:nth-child(2) span {
  box-shadow: 9px 9px 40px rgba(239, 163, 0, 0.4);
}
.staffing_sec1 ul li:nth-child(3) {
  background-color: #b011ff;
  box-shadow: 9px 9px 40px rgba(176, 17, 255, 0.4);
}
.staffing_sec1 ul li:nth-child(3) span {
  box-shadow: 9px 9px 40px rgba(176, 17, 255, 0.4);
}
.staffing_sec1 ul li:nth-child(4) {
  background-color: #289791;
  box-shadow: 9px 9px 40px rgba(40, 151, 145, 0.4);
}
.staffing_sec1 ul li:nth-child(4) span {
  box-shadow: 9px 9px 40px rgba(40, 151, 145, 0.4);
}
.staffing_sec1 ul li:nth-child(5) {
  background-color: #3576bc;
  box-shadow: 9px 9px 40px rgba(53, 118, 188, 0.4);
}
.staffing_sec1 ul li:nth-child(5) span {
  box-shadow: 9px 9px 40px rgba(53, 118, 188, 0.4);
}
.staffing_sec1 ul li:nth-child(6) {
  background-color: #ca4141;
  box-shadow: 9px 9px 40px rgba(202, 65, 65, 0.4);
}
.staffing_sec1 ul li:nth-child(6) span {
  box-shadow: 9px 9px 40px rgba(202, 65, 65, 0.4);
}
.staffing_sec1 ul li span img {
  width: 60px;
}
.staffing_sec1 ul li h3 {
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
/*staffing_sec1*/

/*staffing_sec2*/
.staffing_sec2 {
  padding: 40px;
  width: 100%;
  display: table;
  clear: both;
  background-image: url(../images/travelnursing.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  position: relative;
}
.staffing_sec2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  content: "";
  background-color: var(--color-secondary);
  opacity: 0.86;
}
.staffing_sec3 {
  background-image: url(../images/tn.jpg);
}
.staffing_sec3::before {
  width: 100%;
  background-color: #261a60;
  opacity: 0.83;
}
.staffing_sec2_info {
  width: 67%;
  display: block;
  position: relative;
}
.staffing_sec3 .staffing_sec2_info {
  width: 100%;
}
.staffing_sec2_info h2 {
  font-weight: 600;
  font-size: 55px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.staffing_sec2_info h3 {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 18px;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.staffing_sec2_info ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}
.staffing_sec3 .staffing_sec2_info ul {
  grid-template-columns: repeat(6, 1fr);
}
.staffing_sec2_info ul li {
  background-color: #fff;
  border-bottom: 3px solid #ea6c6c;
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 10px;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 120px;
}
.staffing_sec2_info ul li:nth-child(2) {
  border-color: #f0cb74;
}
.staffing_sec2_info ul li:nth-child(3) {
  border-color: #6388aa;
}
.staffing_sec2_info ul li:nth-child(4) {
  border-color: #569386;
}
.staffing_sec2_info ul li:nth-child(5) {
  border-color: #f09974;
}
.staffing_sec2_info ul li:nth-child(6) {
  border-color: #c59ee7;
}
.staffing_sec2_info ul li img {
  width: 55px;
  display: block;
}
.staffing_sec2_info ul li h4 {
  margin: 0;
  color: #2d2070;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
/*staffing_sec2*/
.section4_inner {
  background-image: url(../images/casestudy-pattern.svg),
    url(../images/casestudy-pattern.svg);
  background-position: left top, right 70%;
  background-size: 25%, 25%;
  background-repeat: no-repeat, no-repeat;
}
.section4_inner .section4_btm_cont1 {
  margin-top: 50px;
}
.section4_btm_cont3 a {
  text-decoration: none;
  background-color: #002133;
  border-radius: 5px;
  padding: 10px 30px;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}
.careers_qli {
  width: 100%;
  display: block;
  position: relative;
}
.careers_qli img {
  width: 100%;
  display: block;
}
.careers_qli_bx {
  padding: 20px;
  background-color: #fff;
  box-shadow: var(--box-shadow1);
}
.careers_qli_bx h3 {
  margin: 0 0 10px;
  color: #2d2070;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}
.careers_qli_bx p {
}
.careersmainpg {
  width: 100%;
  display: block;
  padding: 60px;
  background-color: #fff;
}
.btmcontright form input.form-control,
.modal-body form input.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #02152f;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  margin-bottom: 25px;
  width: 100%;
}
.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
  border-color: #00aaff;
}
.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
  border: 0px;
  border-bottom: 2px solid #ccc;
  color: #02152f;
  box-shadow: none;
  border-radius: 0px;
}

form input.btn-1 {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background-color: #0b29a6;
  padding: 12px 60px;
  border-radius: 56px;
  margin-top: 25px;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
  border: 0px;
}

.modal-body input.btn-1 {
  display: table;
  margin: auto;
  margin-top: 20px;
}
.modal-body input.btn-1:hover {
  background-color: var(--color-primary-dark);
  color: #fff;
}
.modal-body {
  width: 100%;
}
.modal-dialog {
}
.modal-header {
  border-bottom: 0px;
}
.modal-body {
  display: table;
}
.modal-header .close {
  padding: 0px;
  opacity: 1;
}
.modal-header .close:hover {
  padding: 0px;
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 0.5;
}
label {
  font-weight: 300;
  font-size: 14px;
}
/*contactpg*/
.contactpg {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contactpg h2 {
  font-size: 50px;
  color: #2d2070;
  margin-top: 0;

  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
}
.cont_staffing_sec1 {
  padding: 0;
  background-color: transparent;
}
.cont_staffing_sec1 ul {
  flex-direction: column;
  width: 80%;
  gap: 30px;
}
.cont_staffing_sec1 ul li {
  width: 100%;
  display: block;
  padding: 25px 20px 25px 65px;
}
.cont_staffing_sec1 ul li p {
  color: #fff;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}
.cont_staffing_sec1 ul li span img {
  width: 25px;
}
.cont_staffing_sec1 ul li span {
  left: -30px;
}
.default-form .form-group input[type="email"],
.default-form .form-group input[type="text"],
.default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 20px;
  color: #000;
  height: 50px;
  font-size: 16px;
  background: #f3f3f3;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
}
label {
  font-weight: 400;
}
.default-form .form-group input::-webkit-input-placeholder,
.default-form .form-group textarea::-webkit-input-placeholder {
  color: #000;
}
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 15px 25px;
  color: #000;
  height: 140px;
  border-radius: 0;
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn-style-one {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 5px 20px;
  color: #fff;
  background: var(--color-secondary);
  border: 0;
  border-radius: 0;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-style-one:hover {
  background-color: var(--color-primary-dark);
  color: #fff;
}
/*contactpg*/

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 7rem 0 0;

  width: 100%;
  display: block;
  /* overflow: hidden; */
  position: relative;
  background-image: url(../images/solbg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* .why-us::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-white);
  opacity: 0.75;
} */
.why-us .content {
  /* padding: 30px;
  border-radius: 4px;
  color: #fff;
  background-image: linear-gradient(#0b29a6, #62edd6); */
  position: relative;
  z-index: 9;
}

.service_sec1 {
  padding: 80px 0;
  width: 100%;
  display: inline-block;
}
.careers_qlinks ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  /* margin-top: 100px; */
}
.careers_qlinks ul li {
  padding: 20px 20px;
  border: 2px solid #0b29a6;
}
.careers_qlinks ul li:nth-child(2n) {
  background-color: #343f6b;
  color: #fff;
}
.careers_qlinks ul li span {
  background-color: #0b29a6;
  padding: 10px;
  display: inline-block;
  margin-top: -50px;
  margin-bottom: 20px;
}
ul.contact_top li p {
  font-size: 18px;
}
ul.contact_top li {
  align-self: center;
}
.careers_qlinks ul li span img {
  max-height: 50px;
  display: block;
}
.careers_qlinks ul li h3 {
  color: #303f66;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 24px;
}
.careers_qlinks ul li:nth-child(2n) h3,
.careers_qlinks ul li:nth-child(2n) p {
  color: #fff;
}
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .inner_banner h1,
  .contactpg h2 {
    font-size: 24px;
  }
  .innertxt1 ul li {
    font-size: 14px;
  }
  .inner_banner img {
    height: 40vh;
    object-fit: cover;
    object-position: center center;
  }
  .section231 h2 {
    font-size: 32px;
  }
  
  .section2in {
    padding: 30px;
  }
  .section231,
  .about_corevalues,
  .section2 {
    overflow: hidden;
    display: block;
  }
  .contactpg {
    padding: 40px 20px 40px 40px;
  }
  .cont_staffing_sec1 ul {
    width: 100%;
    margin-bottom: 50px;
  }
  .why-us,
  .about_corevalues,
  .careersmainpg {
    padding: 40px 20px;
  }
  .about_corevalues h2,
  .services_box1 h2,
  .staffing_sec1 h2,
  .staffing_sec2_info h2,
  .careersmainpg h1 {
    font-size: 24px !important;
  }
  .why-us .content p {
    width: 100%;
    font-size: 14px;
  }
  .about_core_box1,
  .services_box1 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_core_box1 h3,
  .staffing_sec1 ul li h3,
  .staffing_sec2_info h3,
  .careers_qli_bx h3 {
    font-size: 18px;
  }
  .about_section2in .abtll {
    top: auto;
    position: relative;
    width: 100%;
    transform: translateY(0);
  }
  .staffing_sec2 {
    display: block;
  }
  .staffing_sec2::before {
    width: 100%;
  }
  .staffing_sec2_info {
    width: 100%;
    clear: both;
  }
  .staffing_sec2_info ul,
  .staffing_sec3 .staffing_sec2_info ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4_inner .section4_btm_cont1 {
    margin: 0 !important;
  }
  .jobdescripp {
    padding: 15px !important;
  }
  .accordion-content .jobdescripp p,
  .accordion-content .jobdescripp ul li,
  .careers_qli_bx p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }
  .careers_qlinks ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section231 p,
  .about_section2in ul li, .why-us .content p, .accordion-content .jobdescripp p, .accordion-content .jobdescripp ul li {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
}
