.newsp {
    padding: 10px 20px;
    box-shadow: 2px 2px 2px 3px #E8E6D9;
    background: #FEFEFE;
    width: 95dvw;
    /* background: -webkit-linear-gradient(to bottom right, rgba(254, 254, 254, 1), rgba(232, 230, 217, 1)); */
    /* background: linear-gradient(to bottom right, rgba(254, 254, 254, 1), rgba(232, 230, 217, 1)); */
}

.newsp .title {
    font-family: 'Cormorant Unicase', serif;
    letter-spacing: -5px;
    font-size: 65px;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #0C0101;
    border-bottom: 1px solid #0C0101;
    font-weight: 700;
}

.newsp .title b {
    font-family: 'UnifrakturMaguntia', cursive;
}

.newsp .subtitle {
    font-family: georgia;
    text-transform: uppercase;
    color: #444;
    font-size: 12px;
    letter-spacing: 8px;
    padding: 7px 0;
    border-bottom: 1px solid #0C0101;
}

.newsp .date {
    font-family: times;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px;
}

.newsp .thenews {
    padding: 0px;
    text-align: justify;
}

.newsp .thenews .main {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    font-size: 14px;
    line-height: 20px;
    width: 90dvw;
}

.newsp .thenews .main li {
    margin-left: 15px;
    padding-bottom: 15px;
    /* indent: 15px; */
}

.newsp .thenews img {
    width: 100%;
    /* filter: grayscale(1); */
    height: 60dvh;
    margin: auto;
}

.newsp .thenews h1 {
    font-family: times;
    line-height: 91%;
    font-weight: 700;
    display: block;
    text-align: center;
    /* font-size: 30px; */
    text-transform: uppercase;
    padding: 30px 5px 10px 5px;
}

.newsp .thenews center {
    font-weight: 400;
    font-size: 18px;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    text-transform: normal;
    font-family: times;
    line-height: 100%
}

.newsp .thenews center:before {
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}

.newsp .thenews center:after {
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}

.newsp .thenews .side {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    padding: 0 0% 0 0%;
    text-align: justify;
}


@media (max-width: 640px) {
    .newsp .title {
        font-size: 60px;
    }

    .main {
        width: 85dvw;
        display: flex;
        flex-wrap: wrap;
    }

    .newsp .thenews img {
        width: 100%;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        position: relative;
        height: 2.5rem;
        font-size: 2.5rem !important;
    }

    .owl-nav {
        display: flex;
        justify-content: center;
        gap: 0.8rem;
    }
}