.logo img {
    height: 52px;
}

section.our-courses ul.nacc {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.our-courses ul.nacc li .left-image img {
    max-width: 356px;
}

section.our-courses ul.nacc li {
    display: none;
}

section.our-courses ul.nacc li.active {
    display: block;
}

section.contact-us:after {
    content: none;
}

section.contact-us {
    background: #d58ed6;
    padding-bottom: 30px;
}

p.copyright {
    margin-bottom: 0;
}

.post-item {
    /*border: 1px solid #ddd;*/
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 15px 3px #eee;
    height: 100%;
}

.post-item .thumb {
    margin-bottom: 1rem;
}

.post-item .thumb img {
    height: 156px;
    object-fit: cover;
    border-radius: 12px;
}

.post-item .caption h4 {
    margin-bottom: .75rem;
}

.post-item .caption h4 a {
    font-size: 1.125rem;
    color: #333;
}

.post-item .caption p {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    margin-bottom: .5rem;
}

.post-item .caption time {
    font-size: .75rem;
}

.pager .pagination {
    justify-content: center;
    align-items: center;
}

.pager .pagination li {
    margin: .35rem;
}

.pager .pagination li a, .pager .pagination li span {
    color: #d48ed5;
    font-weight: bold;
    background: transparent;
    border: none;
}

.pager .pagination li.active span {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #d48ed5;
}