.section-blogs .blog-category {
    color: black !important;
    background-color: #dedede;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}
.section-blogs .blog-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    height: 85px;
}
.section-blogs .blog-btn {
    width: 200px;
    height: 50px;
}


.section-placements .placement-profile {
    position: absolute;
    bottom: 20px;
    width: 100%;
    transition: all .5s ease;
    z-index: 99;
}

.section-placements .placement-row:nth-child(even) {
    justify-content: end;
}

