.title label{
    background-color: var(--TGreen);
    font-size:calc(16px + 1.2vw);
}
.blogImg {
    height: 40vh;
}
.blogImg img {
    object-fit: cover;
    border-radius: 15px;
    object-position: bottom;
}
.title2 {
    color: var(--TGreen);
    font-weight: bold;
    font-size:calc(16px + 1.2vw);
    margin-top: -8px;
}
.textContainer {
    /* JUSTIFIED TEXT */
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto; 
    hyphens: auto; 
}