.careers{align-items:center;background:#fff;border:2px solid #e6eaed;border-radius:1rem;color:#3b4852;display:flex;flex-flow:row nowrap;font-family:Open sans;font-weight:600;justify-content:space-between;margin:1rem 0;padding:1rem 4rem;text-decoration:none;transition:all .3s ease-in-out}.careers:hover{background:#3b4852;color:#fff}img.careers__img{flex:0 0 20%;height:auto;max-width:5rem!important}.careers__info{display:flex;flex:0 0 65%;gap:.25rem;justify-content:space-evenly}.careers__name{flex:0 0 65%;font-size:1rem}.careers__tag{flex:0 0 35%;font-size:1rem}.careers__id{flex:0 0 15%;font-size:1rem;text-align:right}@media (max-width:768px){.careers{flex-wrap:nowrap;padding:1rem}img.careers__img{margin-right:1rem;max-width:3rem!important}.careers__info{flex:1 1 auto;flex-direction:column}.careers__name{font-size:.8rem}.careers__tag{color:#708698}.careers__id,.careers__tag{font-size:.7rem}}