.t123 {
    margin: 0 20px;
}

.uc-news {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-align: left;
    color: #000;
    list-style: none;
}


#allrecords b {
    font-weight: 600;
}

#allrecords a {
    color: #00ABF7FF;
}

.uc-news p {
    padding-bottom: 67px;
}

.uc-news li {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.55;
    color: inherit;
}

.uc-news li b {
    font-weight: 600;
}

.uc-news ul {
    margin-left: 60px;
}

@media screen and (max-width: 1200px) {
    .t123 {
        margin: 0 10px;
    }
    
    .uc-news {
        max-width: 960px;
    }
}

@media screen and (max-width: 960px) {
    .t123 {
        margin: 0 20px;
    }
    
    .uc-news {
        max-width: 640px;
    }
    
    .uc-news p {
        padding-bottom: 37px;
    }
    
    .uc-news li {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .uc-news li {
       margin-bottom: 5px;
       font-size: 16px;
       line-height: 1.45;
    }
}