.carousel-item .custom-carousel-content{
    width: 50%;
    transform: translate(0%, -10%);
}
.custom-carousel-content{
    text-align: start;
}
.custom-carousel-content h1{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content h1 span{
    color: #fbff00;
}
.custom-carousel-content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content .btn-slider{
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}


@media only screen 
and (max-device-width: 600px)
 { .quoteJobs{
  width :100%;
  padding: 1.5rem 1.5rem 1.5rem 0; 
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 600;   
  font-family: serif;
  font-style: italic;
}
.jobPostMobile{
align-items: center;
justify-content: center
}
}
 
 @media only screen 
and (min-device-width: 600px)
 { 
.quoteJobs{
  width :60%;
  padding: 1.5rem 1.5rem 1.5rem 0; 
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;   
  font-family: serif;
  font-style: italic;
}
.jobPostMobile{

display: flex;
align-items: center;
justify-content: center
}
.quoteJobsAusbildung{
  width :70%;
  padding: 1.5rem 1.5rem 1.5rem 0; 
}
 }
 
 
 
 
