.job-list-module {
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  width: 100%;
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.job-teaser-wrapper h3 {
  margin-top: 0 !important;
}

.job-list-heading-wrapper {
  padding-bottom: 3rem;
}

.line-wrapper {
  width: 100%;
  max-width: 1900px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #1A333C;
}

.job-list-heading-wrapper {
  width: 100%;
}

.job-list-heading-wrapper p {
  max-width: 100% !important;
}

.job-post {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}


.job-cta-wrapper {
  display: flex; 
  justify-content: end;
  height: 100%;
  
}



.job-cta-link {
  text-decoration: none;
}

.job-cta-link:hover {
  text-decoration: none;
}

.job-cta {
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
    border: 1.5px solid #1A333C;
    border-radius: 300px;
    background-color: #00000000;
    color: #1A333C;
    cursor: pointer;
    transition: all 0.2s ease-out;
    text-decoration: none;
    outline: none;
    gap: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
  }
  
.job-cta .icon {
    margin-left: 5px;
    transition: transform 0.2s ease-out;
  }
  
.job-cta:hover {
    background-color: #B4DAC3;
    color: #1A333C;
    border-color: #B4DAC3;
  }
  
.job-cta:hover .icon {
    transform: rotate(45deg);
  }

.loaction-button-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  gap: 1rem;
  flex-wrap: wrap
}

.location-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #B4DAC3;
  padding: 0.5rem 1.5rem;
  border-radius: 300px;
}

.location-button p {
  font-weight: 400;
  font-size: 1rem;
  }

@media screen and (max-width: 800px) { 
 
  .job-list-heading-wrapper h2 {
  font-size: 2rem !important;
}
  
  .job-teaser-wrapper h3 {
    font-size: 1.5rem !important;
  }
  
  .job-teaser-wrapper {
    display: flex; 
    flex-direction: column;
  }
  
  
  .job-post {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    
  }
  
  .job-cta {
    padding: 0.4rem 1.5rem;
}
  
  .job-cta .icon svg {
    width: 12px;
    height: 12px;
  }
  
  .job-cta {
    font-size: 1rem;
  
}
