.news-main {
    padding-top: 53px;
    padding-bottom: 35px
}

.news__search {
    margin-bottom: 20px
}

.news__search input {
    border: 0;
    width: calc(100% - 40px);
    background-color: var(--bg-color);
}

.news__search form {
    border-bottom: 1px solid;
    max-width: 400px;
    margin: auto;
    padding-bottom: 5px
}

.news__title {
    font-size: 1.75rem;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 25px
}

.news__summary {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 300;
    max-width: 639px;
    margin: 0 auto 44px
}

.news__taginner {
    margin-bottom: 20px;
    text-align: center
}

.news__tag {
    font-size: .75rem;
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    margin: 0 5px 10px;
    padding: 5px 15px;
    color: #333;
    text-transform: uppercase
}

.news__tag:hover {
    color: #232323
}

.news__tag:last-child {
    margin-right: 0
}

.news__tag--active {
    color: var(--main-color);
    position: relative;
    border: 1px solid var(--main-color)
}

.news-item__inner {
    
}

.news__item {
    overflow: hidden;
    font-weight: 300;
    line-height: 1.5em;
    text-decoration: none;
    display: block;
}

.news__item:hover {
    color: #000
}

.news__item img {
    width: 100%;
    height: auto
}

.newsitem__category {
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    margin-bottom: 20px
}

.news__title {
    font-size: 1.75rem;
    line-height: 1.5em;
    font-weight: 300;
    margin-bottom: 25px
}

.news__summary {
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: 300;
    margin: 0 auto 44px
}

.newsitem__content {
    padding: 1em 0px
}

.newsitem__title {
    position: relative;
    font-family: 'Phudu', Arial, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.5em;
    text-transform: capitalize;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.newsitem__summary {
    font-size: .9375rem;
    line-height: 1.86em;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px
}

.newsitem__summary p {
    margin-bottom: 0
}

.newsitem__read-more {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 30px;
    color: var(--main-color);
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all .25s ease-in-out
}

.newsitem__read-more:after {
    background: linear-gradient(90deg, #fff -90%, var(--main-color) 100%);
    color: #fff;
    border-color: transparent;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .25s ease-in-out
}

.newsitem__read-more:hover {
    color: white
}

.newsitem__read-more:hover::after {
    left: 0
}

.news__pagination {
    padding-top: 10px
}

.news__pagination .page-item {
    margin-right: 10px
}

.news__pagination .page-link {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: unset;
    color: #999
}

.news__pagination .page-item:first-child .page-link,
.news__pagination .page-item:last-child .page-link {
    border-radius: 10px
}

.news__pagination .page-item.active .page-link {
    background-color: var(--main-color);
    border: 1px solid var(--main-color)
}

.news__pagination .page-link-arrow {
    color: var(--main-color)
}

.news-letter__form {
    padding-bottom: 13px
}

.news-letter__header {
    padding-top: 20px
}

.news-letter__title {
    font-weight: bold;
    line-height: 1.25em
}

.news-letter__summary {
    font-weight: 300;
    line-height: 1.5em;
    font-size: .875rem
}

@media only screen and (min-width:360px) {
    .news__tag {
        font-size: .75rem
    }
}

@media only screen and (min-width:768px) {
    .news__tag {
        font-size: .875rem;
        margin-right: 19px
    }

    .news__item {
        height: 100%
    }

    .newsitem__title {
        min-height: 2.5rem
    }

    .newsitem__summary {
        min-height: 3.5rem
    }
}

@media only screen and (min-width:992px) {
    .news__title {
        font-size: 2.375rem
    }

    .news-letter__form {
        max-width: 470px;
        padding-left: 86px;
        padding-bottom: 0
    }

    .news-letter__header {
        padding-left: 30px;
        padding-top: 0
    }

    .news-letter__title {
        font-size: 1.5rem
    }

    .news-letter__summary {
        font-size: 1rem
    }
}