:root {
    --swiper-pagination-bullet-width: 40px;
    --swiper-pagination-bullet-height: 4px;
}

section.blog {
    padding-top: 40px;
    margin-bottom: 20px;
}

section.blog .container-sm {
    max-width: 1050px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 40px;
}

section.blog .title {
    color: #312664;
    font-size: 40px;
}

section.blog .blog-img {
    width: 100%;
    margin: 20px 0;
}

section.featured-news {
    padding: 40px 0;
    text-align: center;
}

section.featured-news h2 {
    color: #312664;
    font-size: 40px;
}

section.featured-news p.desc {
    margin-top: 20px;
    color: #312664;
    font-size: 20px;
}

section.featured-news .items {
    padding: 60px 0;
}

section.featured-news .items .item {
    min-width: 100px;
    max-width: 450px;
    -webkit-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    -moz-box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    box-shadow: 0px 20px 72px -34px rgba(168, 156, 168, 1);
    border-radius: 20px;
    padding-bottom: 20px;
}

section.featured-news .items .item img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

section.featured-news .items .item .title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #312664;
}

section.featured-news .items .item .link {
    color: #a73a8d;
    text-decoration: underline;
}

section.featured-news .swiper-pagination-bullet {
    border-radius: 7.5px;
}

@media screen and (max-width: 992px) {
    section.featured-news h2 {
        font-size: 24px;
    }
    section.featured-news p.desc {
        font-size: 18px;
    }
}

img
{
    max-width: 100% !important;
}