.breatcome-section.career {
    width: 100%;
    margin: 0;
    padding: 130px 0; /* ya jitna chahiye */
}


.custom-product-offer {
    position: relative;
    top: 5px;
    left: 5px;
    background-color: #ff4d4d;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
}


#message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

#message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
