#career-hero .container {
    padding: 81px 10px 100px;
}

#career-hero .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 65px;
    color: #26A5FE;
}

#career-hero .heading strong{
    color: #00ECC1;
}

#career-hero .sub-heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #595959;
    margin: 32px auto 48px;
    max-width: 75%;
}

#career-hero .multiple-images .even {
    position: relative;
    bottom: -50px;
}

#job-list .heading {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #26A5FE;
    margin-bottom: 50px;
}

#job-list .container {
    padding-top: 80px;
}

#jobsAccordion {
	width: 989px;
  	margin: auto;
	max-width: 100%;
}

#jobsAccordion h2 span {
	font-family: Poppins;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.5px;
	color: #050316;
}

#jobsAccordion h2 span.job-type {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    background: #26A5FE21;
    border: 1px solid #26A5FE33;
    color: #26A5FE;
    position: absolute;
    top: -8px;
    padding: 2px 24px;
}

#jobsAccordion h2 span.job-location {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #26A5FE;
    position: absolute;
    bottom: 0;
}

#jobsAccordion h2 span.job-title {
    font-family: Quicksand;
    font-weight: 700;
    font-size: 30px;
    color: #050316;
}

#jobsAccordion .accordion-body {
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	line-height: 28px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4B5563;
	padding: 46px 0;
}

#jobsAccordion .accordion-button {
    padding: 0;
    height: 95px;
}

#jobsAccordion .accordion-button:after {
  content: '+' ;
  font-size: 1.2em;
  transition: transform 0.2s;
  background: #26A5FE26;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

#jobsAccordion .accordion-button:not(.collapsed)::after {
  content: '-';
  background: #26A5FE;
  height: 32px;
  width: 32px;
  color: #fff;
}

#jobsAccordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #fff;
}

#jobsAccordion .accordion-button:focus {
  
  box-shadow: none;
}

#jobsAccordion .accordion-item {
	box-shadow: 0px 4px 15px 0px #0000001A;
	border: 1px solid #F3F4F6;
	border-radius: 16px;
	overflow: hidden;
  	padding: 45px 40px 40px;
  	margin: 13px auto 68px;
}

#careers-footer .container {
    padding-top: 0;
}

#careers-footer .card {
    width: 768px;
    height: 218px;
    border-radius: 16px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    border: 1px solid #F3F4F6;
    margin: 0 auto 68px;
    padding: 17px 0px;
}

#careers-footer .btn-email {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    height: 52px;
    box-shadow: 0px 4px 6px -4px #0000001A;
    box-shadow: 0px 10px 15px -3px #0000001A;
    background: #26A5FE;
    color: #FFFFFF;
    padding: 0 28px;
}

#careers-footer .footer-sub-heading {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #4B5563;
    padding: 20px 44px;
}

#jobsAccordion .accordion-body a strong{
    color: #26A5FE;
}