header.desk-nav{
	background-color: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .045);
}
section.tips-section {
    padding-top: 89px;
}
section.tips-section .col-4{
    width: 32%;
    padding: 0;
}
section.tips-section .tips-list {
    transition: all .3s;
    box-shadow: 0 0 0 1px hsla(0, 0%, 64.7%, .3);
    border-radius: 10px;
    overflow: hidden;
}
section.tips-section .row{
    justify-content: space-between;
}
section.tips-section .tips-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
section.tips-section .tips-img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
section.tips-section .tips-content {
    padding: 24px;
}
section.tips-section .tips-content h4{
    font-size: var(--f22);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 16px;
    height: 91px;
    overflow: hidden;
}
section.tips-section .tips-content h4 a{
    transition: all .3s;
    color: var(--black-color);
}
section.tips-section .tips-content .tips-info {
    border-top: 1px solid hsla(0, 0%, 64.7%, .3);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.tips-section .tips-content a.main-btn.category-btn {
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 50px;
    line-height: 20px;
    font-weight: 700;
}
section.tips-section .tips-content span.date{
    color: #888;
    font-size: 13px;
    font-weight: 600;
}
section.tips-section .tips-content .tips-para {
    border-bottom: 1px solid hsla(0, 0%, 64.7%, .3);
    }
    section.tips-section .tips-content .tips-para p{
        color: #888;
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 24px;
    height: 51px;
    overflow: hidden;
    }
    section.tips-section .tips-content .tips-btn{
        margin-top: 16px;
    }
    section.tips-section .tips-content .tips-btn a{
        font-weight: 600;
    font-size: 13px;
    color: var(--black-color);
    transition: all .3s;
    }
    section.tips-section .tips-list:hover{
        transform: translateY(-7px);
        box-shadow: 0 0 35px rgba(0, 0, 0, .085);
    }
    section.tips-section .tips-list:hover .tips-content h4 a{
        color: var(--secondary-color);
    }
    section.tips-section .tips-list:hover .tips-content .tips-btn a{
        color: var(--secondary-color);
    }