
.vocabulary-procedure.vocabulary--view-mode--featured {
    margin-bottom: 30px;
}
.vocabulary-procedure .field--name-field-mt-introduction-text {
    padding: 0px 150px;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper .field--name-field-mt-introduction-text {
    padding: 0;
    color: #ffffff;
    padding-bottom: 20px;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper {
    padding: 30px;
    padding-bottom: 60px;
    background-color: #00bab3;
    background-image: url('../../images/MNGI_Green_560x400.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: right;
    height: 100%;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper a {
    color: #ffffff;
    padding: 10px 20px;
    list-style: none;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    margin-bottom: 80px;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper a:hover {
    color: #00bab3;
    background-color: #fff;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper h3 {
    color: #ffffff;
    font-size: 30px;
    overflow-wrap: break-word;
    text-transform: uppercase;
}
.vocabulary-procedure.vocabulary--view-mode--featured .procedure-wrapper h3 .field {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .vocabulary-procedure .field--name-field-mt-introduction-text {
        padding: 0 0 20px 0;
    }
}