.three__resource__blocks__container{background:#fff}.three__resource__blocks__container .three__resource__blocks__wrapper{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around}.three__resource__blocks__container .block{flex:1;position:relative}.three__resource__blocks__container .block .block__container{background-color:#fff;border:1px solid #ccc;border-radius:5px;border-radius:20px;box-sizing:border-box;height:100%;overflow:hidden;text-align:center}.three__resource__blocks__container .block .block__container a{display:flex;flex-direction:column;height:100%}.three__resource__blocks__container .block .block__tag{background-image:linear-gradient(90deg,#f36a62,#e06e7c);border-radius:6px;color:#fff;left:50%;padding:.3rem .7rem;position:absolute;transform:translateX(-50%) translateY(-50%)}.three__resource__blocks__container .block .block__content{display:flex;flex-direction:column;height:100%;padding:2rem 2rem 4rem;position:relative}.three__resource__blocks__container .block .block__content .tag{pointer-events:none}.three__resource__blocks__container .block .block__content p{color:#000!important}.three__resource__blocks__container .block .block__content p:first-of-type{margin:.5rem 0}.three__resource__blocks__container .block .block__content .subheading{text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.three__resource__blocks__container .block .block__content .block__heading{font-size:24px;font-weight:600}.three__resource__blocks__container .block .block__popup__container{background-color:var(--secondary-color);bottom:0;height:50px;left:0;max-height:0;overflow:hidden;position:absolute;transition:all .2s linear;width:100%}.three__resource__blocks__container .block .block__popup__container .block__popup{align-items:center;color:#fff;display:flex;height:100%;justify-content:space-between;padding-left:2rem;padding-right:4rem}.three__resource__blocks__container .block .block__popup__container .block__popup p{color:#fff!important}.three__resource__blocks__container .block:hover .block__popup__container{max-height:50px!important}.three__resource__blocks__container .block .block__popup__container .block__popup .block__arrow{color:#fff;opacity:0!important;transition:all .2s linear}.three__resource__blocks__container .block:hover .block__popup__container .block__popup .block__arrow{opacity:1!important;transform:translateX(2rem)}.three__resource__blocks__container .block .block__image{display:block;height:auto;max-height:300px;max-width:100%;object-fit:cover;width:100%}.three__resource__blocks__container .block p{margin:0;text-align:left}@media (max-width:1024px){.container{align-items:center;flex-direction:column}.three__resource__blocks__container .block .block__popup__container{max-height:50px!important}.three__resource__blocks__container .block .block__popup__container .block__popup .block__arrow{opacity:1!important;transform:translateX(2rem)}.three__resource__blocks__container .three__resource__blocks__wrapper{display:grid;grid-template-columns:1fr 1fr}.three__resource__blocks__container .block{flex:1 1 100%;max-width:100%}}@media (max-width:767px){.three__resource__blocks__container .three__resource__blocks__wrapper{display:grid;grid-template-columns:1fr}}