.open-roles {

}

.open-roles #header {
    background: #EDEBEB;
    padding: 60px 30px;
}

.open-roles .back-button {
    margin-top: 50px;
}

.open-roles .open-roles-content .about-entuitive {
    padding: 50px;
    background: #EDEBEB;
}

.open-roles .open-roles-content .custom-table .has-arrow:after,
.open-roles .open-roles-content .custom-table a:after {
    content: ' ';
    border: solid #F7971D;
    border-width: 0 0.2em 0.2em 0;
    display: inline-block;
    padding: 0.2em;
    margin: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Small Tablet */
@media only screen and ( max-width: 768px ){
    .open-roles .page-content .content-container {
        padding: 0px;
    }
}

