.update-title {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #df5500;
}

.update-outer {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.update-list {
    font-size: 0.95rem;
    border-top: 1px solid #00000029;
    padding: 20px 0 0 0;
    display: flex;
    gap: 20px;
}

.update-list span {
    color:#989898;
    font-weight: 600;
    width: 30%;
}

.update-list:last-child {
    border-bottom: 1px solid #00000029;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

@media(max-width: 767px) {.update-list {
    flex-direction: column;
    gap: 4px;
} .update-list span {
    width: 100%;
}}