<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vit-hire {
    background: #F5F5F5;
    width: 100%;
    min-height: 700px;
    margin: 0px;
    padding: 20px 0px;
    background: rgba(255,255,255,1);
}

.vit-hire-content {
    width: 60%;
    margin: 40px auto;
    min-width: 660px;
    font-size: 15px;

}

.vit-hire-content-item {
    height: 90px;
    width: 100%;
    margin-top: 1%;
    margin-bottom: 1%;
    word-spacing: -5px;
    color: black;
    cursor: pointer;
    background-image: linear-gradient(to right,white, white);
    background-size: 200%;
    border-radius: 10px;
    transition: all .5s;

    display: flex;
    flex-flow: row nowrap;
    align-items: center;

    padding: 10px 10px;

    background: rgba(245,245,245,1);
}
.vit-hire-content-item&gt;div:first-child{
    width: 40%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    height: 100%;
}

.vit-hire-content-item-left&gt;div:first-child,.vit-hire-content-item-left&gt;div:first-child&gt;div{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vit-hire-content-item-left&gt;div:first-child&gt;div{
    width: 44px;
    line-height: 44px;
    height: 44px;
    border-radius: 44px;
    background: rgba(218,231,243,1);
}


.vit-hire-content-item-left&gt;div:last-child{
    border-right: 1px solid rgba(0,0,0,.2);
    width: 80%;
    height: 100%;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: left;
}

.vit-hire-content-item-left&gt;div:last-child&gt;span{
    height: 30%;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;

}

.vit-hire-content-item-right{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    height: 100%;
    width:60%;
}

.vit-hire-content-item-right&gt;div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    height: 50%;
    padding: 0 10px;
}

.vit-hire-content-item-right&gt;div&gt;*:first-child{
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    align-items: center;
    width: 50%;
    height: 100%;
    text-indent: 20px;
}

.vit-hire-content-item-right&gt;div&gt;*:last-child{
    display: flex;
    justify-content: flex-end;
    flex-flow: row nowrap;
    align-items: center;
    width: 50%;
    height: 100%;
    padding-right: 10px;
}


.vit-hire-content-item:hover {
    box-shadow: 0px 10px 20px 0px;
    color: wheat;
    border-radius: 20px;
}</pre></body></html>