html {
    scroll-behavior: smooth;
}
.titlesContainer.well, .cartu-section-title.pageTitle {
    display: none;
}
.breadcrumb {
    display: none;
}
.cartu-section-title {
    line-height: 4.4rem;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.col-md-6 p, .col-md-12 p{
    text-align: justify;
}
.descriere {
    font-size: 1.521rem;
}
.cartu-section-title {
    font-size: 3.6rem;
}
.img_responsive {
    text-align: center;
}
.img_responsive img {
    margin:0 auto;
    max-width: 100%;
    height: auto;
}
.table-job td, .table-job th {
    text-align: left;
    padding: 8px;
}

.table-job tr:nth-child(even) {
    background-color: #799900;
    color: #fff;
}
.job-button {
    background-color: #ff6e40;
    border: none;
    display: block;
    color: #fff;
    padding: 7px 15px 7px;
    border-radius: 0 0 5px 5px;
    text-decoration: none;
    width: 200px;
    margin: 0;
}
.job-button:hover {
    background-color: #799900;
    color: white;
}
.job-button-header {
    background-color: #799900;
    border: none;
    margin: 45px auto 0px auto;
    display: block;
    color: #fff;
    padding: 10px 15px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
}
@media (min-width: 992px) {
    .col-md-9 {
        width: 100%;
    }
    .col-md-3 {
        display: none;
    }
}
