* {
    font-family: 'Nunito Sans', sans-serif;
}

.ptb-80 {
    padding: 80px 0;
}

strong{
    font-weight: bold !important;
}

.post-content p {
    margin-bottom: 10px;
}

.navbar {
    background: #FFF !important;
    box-shadow: 0 0px 24px rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand {
    padding: 8px 0;
}

.hero-section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.hero-section .page-header-content {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px 24px !important;
}

.hero-section:before {
    background: #bf1025 !important;
}

.overflow {
    max-height: 200px;
    overflow: hidden;
}

.our-blog-section {
    min-height: calc(100vh - 255px);
    padding: 32px;
}

.our-blog-section .blog-card {
    margin-bottom: 32px;
}

.single-blog-card {
    height: 100%;
    margin-bottom: 32px;
}

.single-blog-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-blog-card .card-body .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.single-blog-card .card-body .detail-link span {
    color: #E60C26;
}

.card-image {
    height: 200px;
    overflow: hidden;
}

.card-image .card-img-top {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.copyright {
    padding: 24px !important;
}

/* Article Page */

.txt01 {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    color: #19191a;
    font-weight: bold;
}

.logo img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.media {
    width: 249px;
    margin: 0 auto 10px;
    position: relative;
    left: -15px;
}

.media img {
    display: block;
    width: 100%;
    height: auto;
}

.txt-container {
    min-height: 104px;
    margin-top: -16px;
    padding: 8px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

mark {
    background-color: transparent;
    color: #e50c26;
}

.button {
    display: flex;
    justify-content: space-between;
    padding: 17px;
    background-color: #e50c26;
    border: none;
    color: #fff;
    border-radius: 8px;
    text-transform: uppercase;
    font: 700 13px/1.1 'montserrat', arial, helvetica, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    margin-left: 14px;
    margin-right: 14px;
    width: calc(100% - 28px);
    transition: background-color 0.3s;
}

.button:hover, .button:focus {
    background-color: #b20000;
    text-decoration: none;
    color: white;
}

.button-arrow {
    width: 19px;
    height: auto;
    vertical-align: top;
}

.post-content {
    color: #333;
}

.post {
    border-bottom: none;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pagination .link {
    margin-bottom: 12px;
}

.pagination .link span {
    font-size: 0.875rem;
    color: #333333;
}

.pagination .link a {
    display: block;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 576px) {
    .ptb-80 {
        padding: 32px 0;
    }
}