.b-card-post{display:flex;flex-direction:column;align-items:normal;justify-content:normal;height:100%;background:var(--color-white);border-radius:16px;box-shadow:0 4px 88px -8px rgba(0,0,0,.2509803922)}.b-card-post .b__image{position:relative;display:block;width:100%;border-radius:16px;overflow:hidden}.b-card-post .b__image:before{display:block;padding:55.5% 0 0;content:""}.b-card-post .b__image img{position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-card-post .b__wrapper{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;flex-grow:1;gap:1.2rem;padding:1.7rem;width:100%}@media only screen and (max-width: 1440px){.b-card-post .b__wrapper{padding:1.5rem 1.2rem}}@media only screen and (max-width: 1100px){.b-card-post .b__wrapper{padding:1.5rem 1.2rem}}@media only screen and (max-width: 767px){.b-card-post .b__wrapper{padding:1.5rem 1rem}}.b-card-post .b__content{display:flex;flex-direction:column;align-items:normal;justify-content:normal;gap:1rem;width:100%}.b-card-post .b__content .b__title{font:400 var(--font-size-t-lg)/1.333 var(--font-heading);display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--color-black)}.b-card-post .b__content .b__title strong{font-weight:600}.b-card-post .b__content .b__text{font:400 var(--font-size-t-sm)/1.444 var(--font-text);display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;color:var(--color-grey-light)}.b-card-post .b__footer{display:flex;flex-flow:row-reverse wrap;align-items:center;justify-content:space-between;gap:1rem;width:100%}@media only screen and (max-width: 1440px){.b-card-post .b__footer{flex-direction:column;align-items:normal}}.b-card-post .b__footer .b__cta{display:flex;flex-direction:row;align-items:center;justify-content:normal;width:auto}.b-card-post .b__footer .b__cta .btn-plain{padding:.5rem 1.5rem}.b-card-post .b__footer .b__info{display:flex;flex-direction:row;align-items:center;justify-content:normal;width:auto;color:var(--color-grey-light);font:400 16px/1 var(--font-text)}.b-card-post .b__footer .b__info>div:not(:last-child):after{display:inline-block;margin:0 5px 0 0;content:"|"}
