.main {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/banner.jpg");
    /*background-color: ;*/
    width: 100%;
    height: 65vh;
}

.career_text {
    font-family: 'Lato', sans-serif;
}

.line {
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
    padding: 10px;
}

.line2 {
    border-bottom: 2px solid grey;
    padding: 10px;
}

.heading {
    font-size: 48px;
    color: white;
}

.btn {
    background: #fa9e1a !important;
    color: white;
}

.btn:hover {
    background: #fa9e1a;
    color: white;
}