<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.engineer-area{
    overflow:hidden;
    background:;
}
.engineer-item {
    text-align: center;
    margin-bottom: 30px;
}
.engineer-item img{
    display: block;
    width: 100%;
}
.engineer-item:hover .engineer-bottom {
    max-width: 100%;
    background-color:rgb(252,107,0);
}

.engineer-item:hover .engineer-bottom h3 {
    color: #ffffff;
}

.engineer-item:hover .engineer-bottom span {
    color: #ffffff;
}

.engineer-item .engineer-bottom {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd59;
            box-shadow: 0px 0px 20px 0px #dddddd59;
    padding: 16px 15px 20px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.engineer-item .engineer-bottom h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.engineer-item .engineer-bottom span {
    display: block;
    font-size: 14px;
    color: #808291;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
</pre></body></html>