.eds_GravityGallery_Gravitonbare .edsgg__itemsListContainer.edsgg__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.eds_GravityGallery_Gravitonbare .edsgg_description {
    padding: 12px 0;
}

.eds_GravityGallery_Gravitonbare h6.edsgg_subTitle {
    color: #231f20;
}

.eds_GravityGallery_Gravitonbare .edsgg_image_thumbnail.edsgg_mediaType_image img {
    -webkit-clip-path: polygon(0 calc(100% - 40px),calc(50% - 40px) calc(100% - 40px), 50% 99%, calc(50% + 40px) calc(100% - 40px), 100% calc(100% - 40px), 100% 0, 0 0);
clip-path: polygon(0 calc(100% - 40px),calc(50% - 40px) calc(100% - 40px), 50% 99%, calc(50% + 40px) calc(100% - 40px), 100% calc(100% - 40px), 100% 0, 0 0);
}

.eds_GravityGallery_Gravitonbare .edsgg_description {
    flex: 0 0 218px;
}

.eds_GravityGallery_Gravitonbare .edsgg_thumbnailWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.eds_GravityGallery_Gravitonbare hr {
    margin-top: 1rem;
    margin-bottom: 3rem;
    border: 0;
    border-top: 3px solid #4bafd1;
}
.eds_GravityGallery_Gravitonbare h6.edsgg_subTitle {
    flex: 0 0 50px;
}
.eds_GravityGallery_Gravitonbare .edsgg_thumbnailWrapper {
    
    margin-bottom: 55px;
}

@media screen and (max-width: 1600px){
	
.eds_GravityGallery_Gravitonbare .edsgg_description {
    flex: 0 0 165px;
}

}

@media screen and (max-width: 1400px){
	
.eds_GravityGallery_Gravitonbare .edsgg_description {
    flex: 0 0 160px;
}

}