.updated-date {
    background: var(--pcb_update_primary_color);
    margin: 30px auto;
    border-radius: 10px;
    font-weight: 275;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 419px;
    height: 69px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.updated-date img {
    width: 35px;
}