<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{
    margin: 0;
    padding: 0;
}
.main-img1{
    background-image: url('/static/image/Careers_header.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    width: 100%;
    margin-top: 0;
    margin: 0;
    z-index: -1;
    position: relative;
    
}

.main-img1::after{
    content: "";
    width: 100%;
    height: 70vh;
    position: absolute;
    left:0;
    top:0;
    background-color: rgb(0, 0, 0,0.5);
    z-index: 5;
    background-size: 100% 100%;
}

html, body {
    max-width: 100%;
    overflow-x: auto;
    
}

@media screen and (max-width: 1000px)  {
    div.main-img1 {
        background-position: center center;
    }
  }

  @media screen and (max-width: 670px) {
    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }
  }

  @media only screen and (min-width: 1000px) {
    /* styles for browsers larger than 1440px; */
    .card{
      width : 300px;
    }
  }

  
  @media only screen and (min-width: 300px) {
    /* styles for browsers larger than 1440px; */
    .card{
      width : 300px;
    }
  }


  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
</pre></body></html>