.vivacamaragibe-post-grid {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.vivacamaragibe-post-grid a {
   text-decoration: none !important;
}

.vivacamaragibe-post-card {
   display: flex;
   flex-direction: column;
   width: 330px;
   height: 400px;
   flex-shrink: 0;
   cursor: pointer;
   background-color: #fff;
   box-shadow: 0 6px 12px 0 rgba(171, 190, 209, 0.3);
   margin-left: 30px !important;
   margin-bottom: 30px !important;
   border-bottom: 4px solid #B8392E;
}

.vivacamaragibe-highlighted-post{
   display: flex;
   flex-direction: column;
   width: 400px;
   height: 400px;
   flex-shrink: 0;
   cursor: pointer;
   background-color: #fff;
   box-shadow: 0 6px 12px 0 rgba(171, 190, 209, 0.3);
   margin-left: 30px !important;
   margin-bottom: 30px !important;
   border-bottom: 4px solid #B8392E;
}

.vivacamaragibe-post-card-thumb {
	width: 330px!important;
	height: 233px!important;
    background-color: #898b8f;
	object-fit: cover;
    object-position: center;
}

.vivacamaragibe-card-content {
   width: 292px;
   height: 171px;
   padding: 16px;
}

.vivacamaragibe-date-span{
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 160%;
   color: #464E5C;
}

.post-card-title {
   align-self: stretch;
   font-size: 24px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px;
   color: #000;
   margin-bottom: 8px !important;
}

.post-card-excerpt {
   align-self: stretch;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%;
   color: black;
}

.post-card-link {
   align-self: stretch;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 150%;
   color: #2157a5;
}

.pg-text-limit-title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   line-clamp: 1;
   -webkit-box-orient: vertical;
}

.pg-text-limit {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}

@media screen and (max-width: 1400px) {
   .post-card {
      width: 22vw;
	  background-color: red!important;
   }
}
@media screen and (max-width: 600px) {
	.vivacamaragibe-post-grid {
	   display: flex;
	   flex-direction: row;
	   align-items: center;
	   justify-content: center;
	   flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
   .vivacamaragibe-post-card {
   		display: flex;
   		flex-direction: column;
   		width: 330px;
   		height: 400px;
   		flex-shrink: 0;
   		cursor: pointer;
   		background-color: #fff;
   		box-shadow: 0 6px 12px 0 rgba(171, 190, 209, 0.3);
   		margin-left: 0% !important;
   		margin-bottom: 30px !important;
   		border-bottom: 4px solid #B8392E;
   }
}
