﻿    .blog-custom {
        position: relative;
        font-size: 1rem;
        background-color:white;
        padding:3rem 3rem 1.5rem 3rem;
        margin:0;
    }
    .blog-custom-icon {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        background-color: #0e7099bf;
        color: white;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -33px;
        left: 50px;
        text-align: center;
        font-size: 14px;
        border: 3px solid white;
        line-height: 14px;
    }
blockquote p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
}
.blog-title {
    font-size: 1.125rem;
    font-weight: 500;
    color: #635a5a;
}
.mb-5r {
    margin-bottom:5rem;
}
.text-day {
    font-size: 2.5rem!important;
    text-align: center!important;
    color: #0e7099 !important;
}