.roles-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center}.roles-wrapper .role-item{background-color:#f5f6fc;border-radius:12px;box-shadow:unset;color:#566f90;cursor:pointer;overflow:hidden;position:relative;text-decoration:none;transition:all .25s ease-out;width:100%}.roles-wrapper .role-item .role-content{padding:20px}.roles-wrapper .role-item .role-content .role-label{font-weight:600;margin-bottom:5px}.roles-wrapper .role-item .role-content p:not(.role-label){margin:0;width:70%}.roles-wrapper .role-item .role-img{bottom:-32px;position:absolute;right:0;transition:all .25s ease-out}.roles-wrapper .role-item:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.roles-wrapper .role-item:hover .role-img{bottom:-35px;right:-3px}@media screen and (min-width:768px){.roles-wrapper{align-items:stretch;flex-direction:row;flex-wrap:wrap;gap:30px}.roles-wrapper .role-item{width:45%}.roles-wrapper .role-item .role-content{padding:30px}.roles-wrapper .role-item .role-content .role-label{font-size:18px}}
