
.blog-section-wrapper {
    display: flex;
    
    align-items: center;
}

@media (max-width: 1200px) {
    .blog-section-wrapper  {
        margin-bottom: 2rem;
    }
  }
.blog-section-title {
    font-size: 2rem;
    display: flex;
    margin: 0;
    align-items: center;
    margin-right: 2rem;
    text-transform : capitalize;
    width: 30%;
}


.blog-section-title:hover {
    /* font-size: 2.1rem; */
    /* transform: scale(1.2);
     */
     font-weight: 600;
     text-decoration: underline;
}

.text-section-shortcut  {
    margin-bottom: 0;
    width: 70%;
    font-size: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-title {
    padding-bottom: 2rem;
    font-size: 4rem;
    width:100%;
    font-weight: bold;
}

.blog-content {
    width: 100%;
    font-size: 1.8rem;
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
}