.carrer-section{background-color:var(--neutral-warm-100);display:flex;flex-direction:column;gap:32px;margin-bottom:120px;padding:96px}.carrer-heading h2{color:var(--neutral-800);font-family:Gotham;font-size:32px;font-style:normal;font-weight:700;letter-spacing:-.25px;line-height:40px}.carrer-card{display:flex;flex-direction:column;gap:16px}.carrer-card-inner{align-items:center;background:var(--neutral-white);border-radius:12px;box-shadow:0 4px 16px #0000000a;display:flex;flex-direction:row;gap:24px;justify-content:space-between;padding:24px}.carrer-card-btn a{background:var(--brand-primary);border-color:var(--brand-primary);border-radius:8px;border-style:solid;border-width:1px;box-shadow:none;color:var(--neutral-white);font-family:Gotham;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding:12px 24px;text-decoration:none}.carrer-card-content h3{font-size:22px;font-weight:700;line-height:28px}.carrer-card-content h3,.carrer-card-content p{color:var(--neutral-800);font-family:Gotham;font-style:normal}.carrer-card-content p{font-size:16px;font-weight:400}.carrer-card-btn a:hover{background:var(--shades-primary-1)}.carrer-card-content p a{color:var(--brand-primary)}@media(max-width:900px){.carrer-section{padding:70px 30px}}@media(max-width:767px){.carrer-card-inner{align-items:flex-start;flex-direction:column}.carrer-section{margin-bottom:70px;padding:50px 30px}}