#careers {
    background-image: url('../Images/Path\ 1.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#careers h3{
    color: white;
    font-weight: 500;
   font-size: 35px;
    text-transform: uppercase;
}
#careers p{
    color: white;
    font-weight: 300;font-size: 20px;
}
#careers form{
    background-color: white;
}
#careers form input{
    background-color: white;
    height: 50px;
    font-size: 18px;
}
#careers form .attach{
   border: 2px dotted rgb(192, 190, 190);
   font-size: 18px;
   font-weight: 500;
   color:rgb(88, 86, 86) ;
}
#careers form .btn-Send{
    color: rgb(230, 226, 226);  
    background-color: #981E32;
    font-weight: 600;
    font-size: 18px;
 }
 
 @media (max-width:1024px) {
    #careers {
        background-size:auto;
     }
}