 .employer-page .fade-up {
   opacity: 0;
   transform: translateY(24px);
   transition: opacity 0.6s ease, transform 0.6s ease;
 }

 .employer-page .fade-up.visible {
   opacity: 1;
   transform: translateY(0);
 }

 .company-list-section .companies {
   align-items: center;
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   justify-content: center;
 }

 .company-list-section .hire-cpmny-bx img {
   max-height: 40px;
   object-fit: contain;
   width: 150px;
 }

 @media (max-width: 767px) {
  .company-list-section .hire-cpmny-bx img {
    width: 100px;
  }
}
