.tpfindwork .loading-grid .loading-col {
    width: 50%;
}
.tpfindwork .loading-grid .loading-col .loading-wrap {
    display: flex; 
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.tpfindwork .loading-grid .loading-col .loading-img {
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 5px;
}
.tpfindwork  .loading-grid .loading-col .loading-info {
    width: calc(100% - 70px);
}
.tpfindwork .loading-text {
    margin-top: 0;
    margin-bottom: 10px;
}

.boxLastNews .loading-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.boxLastNews .loading-item .loading-img {
    width: 60px;
    height: 60px;
    background: #f0f0f0;
    border-radius: 5px;
}
.boxLastNews .loading-item .loading-info {
    flex: 1;
    margin-left: 10px;
}
.boxLastNews .loading-item .loading-text {
    height: 12px;
    background: #eee;
    border-radius: 5px;
    margin-bottom: 5px;
}   