.all-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    padding: 50px 0px;
}

.all-post-item.active {
    display: flex;
}

.gallery-buttons {
    padding: 30px 0px 0px;
}

.gallery-buttons button {
    flex: 1 0 calc(100% / 4 - 20px);
}

.all-post-item {
    flex: 0 0 calc(100% / 5 - 15px);
    display: none;
}

.all-post-item img {
    object-fit: cover;
    top: 0px;
    left: 0px;
    transition: all 500ms ease;
    height: 180px;
}

.all-post-item a {
    position: relative;
    display: flex;
    flex: 1;
    overflow: hidden;
    flex-direction: column;
}

.all-post-bottom {
    flex: 1;
    position: relative;
    display: flex;
}

.gallery-buttons button {
}

.all-post-title {
    background: whitesmoke;
    color: black;
    padding: 10px 35px 10px 10px;
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 500ms ease;
}

.all-post-title p {
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: black;
    text-transform: capitalize;
}

.all-post-title p::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 13px;
    bottom: 5px;
    pointer-events: none;
}

.all-post-item a:hover .all-post-title {
    background: #d6d6d6;
}

.all-post-item a:hover img {
    transform: scale(1.05);
}
.f1-content-inner {
	padding:125px 0px;
}

.case-studies-view-all-button {
    display:none;
}

.readmore.no-vis {
    display: none;
}