.uc-projects-title .t489__subtitle a {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}

.uc-projects-title .t489__subtitle a:hover {
    box-shadow: 0px 5px 10px rgba(255 255 255) ;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}


.uc-contacts form {
    border: 4px solid #c7c7c7;
    border-radius: 15px;
    padding: 30px;
}

.uc-donate-popup {
    margin-top: -40px;
    margin-bottom: 30px;
}

.uc-donate-popup label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    padding-top: 15px;
    font-family: 'TildaSans';
}

.table-wrapper {
    width: 100%;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
    font-family: 'TildaSans';
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: top;
}

.responsive-table th {
    background: #f5f5f5;
    font-weight: 600;
    text-align: left;
}

.section-title {
    background: #b2c9ca;
    font-weight: bold;
    text-align: left;
}

.total-row td {
    background: #f5f5f5;
    font-weight: bold;
}

.t-center-txt {
    text-align: center;
}

.th-width {
    width: 12%;
}

@media screen and (max-width: 960px) {
    .t718 .t718__contentwrapper {
        text-align: left;
    }
    
    .table-wrapper {
        overflow-x: auto;
    }
    
    .th-width {
        width: 20%;
    }
}