.updates {
    color: white;
    animation: 1s ease 0s 1 top_bottom;
}

.updates__heading {
    text-align: center;
    font-size: 1.5rem;
    padding: 60px 0px;
}

.main__color {
    background-color: #00bcff;
    background-image: linear-gradient(to top, #0045ff 0%, #00bcff);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.updates__container {
    padding: 60px;
}

.updates__metadata {
    padding-top: 60px;
    font-size: 1.25rem;
}

.updates__time {
    color: hsla(225, 4%, 47%, 1);
    font-weight: 600;
}

.icon {
    height: var(--ct8-size, 1em);
    width: var(--ct8-size, 1em);
    display: inline-block;
    color: inherit;
    fill: currentColor;
    line-height: 1;
    flex-shrink: 0;
    max-width: initial;
    margin-right: 5px;
    margin-top: 5px;
}

.updates__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.updates__list .new li {
    display: block;
    background: url(../imgs/new.svg) no-repeat left top;
    background-repeat: no-repeat; 
    background-position: left top;
    height: 30px;
    padding-left: 1.75rem;
    padding-top: 1px;
}

.updates__list .fixes li {
    display: block;
    background: url(../imgs/fix.svg) no-repeat left top;
    background-repeat: no-repeat; 
    background-position: left top;
    height: 30px;
    padding-left: 1.75rem;
    padding-top: 1px;
}

.updates__list .dep li {
    display: block;
    background: url(../imgs/dep.svg) no-repeat left top;
    background-repeat: no-repeat; 
    background-position: left top;
    height: 30px;
    padding-left: 1.75rem;
    padding-top: 1px;
}

.updates__list .new__list {
    padding-left: 70px;
}

.new__title {
    padding: 35px 60px;
    font-size: 1.75rem;
}