.pad-2{padding:0}main{background-color:#fff;color:var(--pri-gray);margin:0;padding:0}.homepage{padding:0}.homepage .homehero{position:relative;min-height:400px;width:100%;background-color:#000}.homehero .text{text-align:center;position:relative;z-index:1;color:#fff}.homehero .text h3{font-size:1.2rem;margin-bottom:.5rem}.homehero .text h1{font-size:2.9rem;font-weight:700}.homehero .homeheroimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.5}.homepage .categories{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;margin-top:30px}.homepage .categories .category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;min-width:1200px;margin-top:30px;padding-inline:10px}.homepage .categories .category-grid .job-category{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(0,0,0,4%);text-decoration:none;padding:30px 50px;border-radius:5px;min-width:0}.homepage .categories .category-grid .job-category:hover{scale:105%;box-shadow:0 2px 5px 2px rgba(0,0,0,.075)}.homepage .categories .category-grid .job-category span{font-size:1.3rem}.homepage .categories .category-grid .job-category span:nth-child(3){color:green;font-size:1.1rem}.homepage .categories .category-grid .job-category svg{color:var(--pri-blue);background-color:rgba(0,0,0,6%);border-radius:50%;padding:13px;margin-bottom:5px;overflow:visible}.homepage .categories h3{font-size:1.2rem}@media(max-width:1280px){.homepage .categories .category-grid{min-width:1090px}}@media(max-width:1160px){.homepage .categories .category-grid{min-width:980px}}@media(max-width:1080px){.homepage .categories .category-grid{grid-template-columns:repeat(2,1fr);min-width:90%}}@media(max-width:640px){.homepage .categories .category-grid{grid-template-columns:1fr}}