.collapsable p.collapse:not(.show) {
    height: 3.5rem !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.collapsable p.collapsing {
    min-height: 3.5rem !important;
}

.collapsable a.collapsed:after  {
    content: '+ More';
}

.collapsable a:not(.collapsed):after {
    content: '- Less';
}

.top-services-item {
    min-height: 300px;
}

.single-services {
    min-height: 223.8px;
}

.single-services:hover a:hover, .single-services:hover a:focus {
  color: #ffffff;
}

.projects-item .content {
    min-height: 350px;
}
