.rounded-img {
    border-radius: 28px;
}

h1 {
    font-size: 20px;
}

p {
    line-height: 1.7;
    font-size: 14px;
}

.artical-title {
    margin-top: -115px;
}

.artical-title-2 {
    margin-top: -95px;
    
}

.artical-title-2 h6 {
    max-width: 300px;
}

.artical-title h4,.artical-title-2 h6 {
    text-shadow: 0 3px 24px #000000;
}

.artical-title span {
    text-shadow: 0 3px 24px rgba(0, 0, 0, 24%);
}

.news-card {
    border-radius: 20px;
    transition: border-width 1s ease-in-out;
}

.news-card:hover {
    border: 1px solid #F07F25 !important;
}

.card-img, .card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.tx-grey {
    color: #A8A8A8;
}

.page-link {
    border-radius: 8px;
    margin-right: 0.5rem;
    color: #000000;
    border-color: transparent;
    font-weight: 600;
}

.page-link:hover {
    color: #F07F25;
    background-color: transparent;
    border-color: transparent;
}

.page-link:hover svg path {
    fill: #F07F25;
}

.active>.page-link, .page-link.active, .page-link.active:hover {
    background-color:#F07F25;
    border-color: #F07F25;
    color: #fff;
}

.disabled>.page-link, .page-link.disabled {
    border-color: transparent;
}

.disabled>.page-link > svg path, .page-link.disabled > svg path {
    fill: #6c757d;
}

.page-no {
    width: 35px;
    height: 35px;
    text-align: center;
}

@media(min-width: 768px) {
    h1 {
        font-size: calc(1.375rem + 1.5vw);
    }

    p {
        font-size: 16px;
    }
}

@media(min-width: 1024px) {
    .artical-title-2 h6 {
        max-width: 80%;
    }

    .artical-title-2 {
        margin-top: -95px;
        
    }
}