.sec-equips-desc {
    background: #f8f9f9;
}
.equips-list .equip-list-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #f1f1f1;
    transition: transform .1s cubic-bezier(.4,0,.6,1), box-shadow .1s cubic-bezier(.4,0,.6,1), -webkit-transform .1s cubic-bezier(.4,0,.6,1);
    min-height: 330px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0px 1px 1px 0.5px rgb(0 0 0 / 16%);
    word-wrap: break-word;
}
.equips-list .equip-list-item:hover {
    border: 1px solid #d97904;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 16%); 
    box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 16%); 
    -webkit-transform: translateY(-.0625rem);
    transform: translateY(-.0625rem);
}
.equip-list-item .equip-item-title {
    height: 62px;
    overflow: hidden;
    margin-bottom:20px;
}
.equip-list-item .equip-item-title a {
    color:#0e0736;
}
.equip-list-item:hover .equip-item-title a {
    color:#d97904;
}
.equip-item-body p {
    min-height: 34px;
    line-height: 17px;
}
.equip-item-body .thm-btn {
    font-size:10px;
    line-height: 30px;
    width:100%;
}
.tag-cloud-wrapper {
    padding:10px;
    background: #fff;
    border:1px solid #efefef;
}
.tag-cloud .tag-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.tag-cloud .tag-list li a {
    padding:5px;
    margin:0 10px 10px 0;
    background-color: #efefef;
    color:#333;
    font-size:12px;
}
.bg-light {
    background-color: #f8f8f8;
}

.whats {
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:10000;
    animation: shakeY 2s infinite;
}
.whats a {
    background-color:#00bf49;
    color:#fff;
    padding:10px 15px;
    border-radius: 40px;
    display: block;
}
.whats a:hover {
    background-color:#13d45d;
}
.brand-logo2 {
    background:#0e0736;
    color:#fff;
}