 .links {
     border: 1px solid #0e66be !important;
     border-radius: 16px !important;
     background-color: #0e66be !important;
     height: 140px !important;
     overflow: hidden;

     img {
         border-radius: 16px !important;
         object-fit: cover;
         width: 100%;
         height: 100%;
     }

     iframe {
         border-radius: 16px !important;
         width: 100% !important;
         height: 100% !important;
     }

     video {
         border-radius: 16px !important;
         width: 100% !important;
         height: 100% !important;
     }
 }

 .career-card {
     background-color: transparent;
     box-shadow: none !important;
     border: none;
 }