﻿.blog-header p {
    opacity: 1;
    color: rgba(70, 86, 96, 1);
    font-family: "Source Serif Pro" !important;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    line-height: 28px;
}

.blog-header {
    margin-top: 50px;
    margin-bottom: 40px;
}

.blog-card {
    border-radius: 6px;
    border: 1px solid rgba(151, 151, 151, 1);
    opacity: 1;
    display: flex;
    flex-direction: column;
    background-color: white;
    padding-bottom: 20px;
    cursor: pointer;
}

.blog-img {
    min-height: 190px;
}

    .blog-img img {
        min-height: 190px;
        object-fit: cover;
    }

.blog-info {
    padding: 30px;
    padding-top:20px;
    padding-bottom: 0px;
    height: 160px;
}

.blog-title {
    opacity: 1;
    color: rgba(70, 86, 96, 1);
    font-family: "Source Serif Pro" !important;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    line-height: 28px;
    margin: 20px 0;
}

.blog-para {
    margin-top: 15px;
}

.spiritdental a.blog-read-more {
    opacity: 1;
    color: rgba(67, 130, 165, 1);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
    line-height: 22px;
    text-decoration: none !important;
    padding-left: 30px;
}

.blog-card:hover {
    box-shadow: 0 .625rem .875rem 0 #007481;
    border: .0625rem solid #efeff1;
    transform: scale(1.025);
}

.spiritdental a p {
    font-weight: normal;
}

.carousel-navigation {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    gap: 50px;
    margin-top: 10px;
}

.carousel-prev, .carousel-next {
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    border: 1px solid;
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-indicator {
    font-size: 16px;
}

.blog-para {
    display: none;
}

h3.blog-title{
    margin-top:0px;
}

@media (min-width: 768px) {
    .sf_colsOut.sf_3cols_1_33, .sf_colsOut.sf_3cols_2_34 {
        margin-right: 20px;
    }

    .sf_colsOut.sf_3cols_1_33, .sf_colsOut.sf_3cols_2_34, .sf_colsOut.sf_3cols_3_33 {      
        max-width: 360px;
    }
}

@media(max-width: 767px) {
    div.sf_colsOut {
        width: 100%;
    }

    .blog-info {       
        height: 160px;
    }

    .container.container-featured-articles {
        max-width: 95%;
    }
}
