.mechanish .container-fluid{
    background-color: #92772A; 
    /* border-radius: 10px; */
}

.mechanish h5 {
    font-family: din-bold;
    font-size: 20px;
    color: white;    
}

.mechanish p {
    font-family: din-medium;
    font-size: 16px;
}

.mechanish-text h5 {
    font-size: 16px;
    font-family: din-bold;
    color: #92772A;
}

.mechanish-text p {
    font-size: 12px;
    font-family: din-regular;
}

.management-start {
    background-color: #92772A;
    border-radius: 10px;
    color: white;
}

.management-start p {
    font-size: 15px;
    font-family: din-regular;
    padding: 12px 0;
    margin:0;
}