/* KDC */
.news-page .news-section{
    margin-top: -3.5rem;
}
.pagination .paging .page-numbers, .pagination__item {
    align-items: center;
    display: flex;
    font-family: utmab;
    height: 3rem;
    justify-content: center;
    transition: all .4s;
    width: 3rem;
}
.pagination .paging .page-item.active span{
    color: #fbae17;
}
.pagination .paging .page-numbers.prev{
    transform: rotate(-180deg);
}
.news-detail-page .headline-section .outer .post-info:first-child{
    width:100%;
}
body .wpcf7 form .wpcf7-response-output{
    margin: 1em 0.5em 1em;
}
body .request-content .modal .form-row{
    width: 100%;
    max-width: 100%;
}
body .request-content .modal .form-row .radio-group{
    margin-bottom: 0.5rem;
}
.request-content .wpcf7-form.submitting .btn-main{
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
.highlight-project-page .project-card__content .project-description{
    font-family: utma;
}
