div.news-list
{
    word-wrap: break-word;
}
div.news-list img.preview_picture
{
    float: left;
    margin: 0 4px 6px 0;
}
.news-date-time
{
    color: #486DAA;
}
.s-b__c_s_21 {
    padding: 120px 0 10px 0 !important;
}

.c__c1 {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.c__i1{
    display: flex;
    gap: 15px;
    padding: 10px 0;
    margin-left: 40px;
    margin-right: 40px;
}

.c1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 80px;
    height: auto;
    padding: 15px 20px;
    background-color: #03264A;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.3;
}

.c1:hover {
    background: linear-gradient(90deg, #0B80F7 0%, #005099 100%)
}

@media (max-width: 768px) {
    .c1 {
        min-width: 200px;
        min-height: 70px;
        font-size: 14px;
        padding: 10px 15px;
    }
}

@media (max-width: 480px) {
    .c1 {
        min-width: 150px;
        min-height: 60px;
        font-size: 13px;
        padding: 8px 12px;
    }
    .c__i1 {
        gap: 10px;
    }
    .s-b__c_s_21 {
    padding: 0px 0px 10px 0px !important;
}
}
.category__title {
  line-height: 1.3;
  font-weight: bold !important; 
}