.blog img {
    width: 100%;
    border-radius: 1.25rem;
    height: 11.25rem;
    object-fit: cover;
}
.blog .date {
    color: #343434;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: .938rem;
}
.blog .main-category{
    color:#14A483;
    margin-top:1.25rem;
    font-size:.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap:.625rem
}
.blog .main-category::before{
content:"";
display: inline-block;
width: .625rem;
height: 2px;
background-color: #14A483;
}

.blog-title {
    color: #343434;
    margin-top: 0.625rem;
    margin-bottom: 1.875rem;
    display: block;
    min-height: 6rem;
}
@media (max-width: 520px) {
    .blog-title {
        min-height: 3.5rem;
   }
}
.blog .btn-third {
    font-size: 0.875rem;
    font-weight: 600;
}
.blog .blog-section-title {
    text-align: center;
    margin-bottom: 2.5rem;
}
@media (max-width: 520px) {
    .blog .blog-section-title {
        text-align: left;
        margin-bottom: 1.875rem;
   }
}
