.hidden-secrets{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:24px}.hidden-secrets .secret{position:relative;text-align:center;width:calc(33.3% - 16px);margin-bottom:32px}.hidden-secrets .secret .secret__image{position:relative;margin-bottom:60px;text-align:left}.hidden-secrets .secret .secret__image:after{content:"";width:100%;padding-bottom:70%;display:block}.hidden-secrets .secret .secret__image img{position:absolute;width:100%;height:100%;object-fit:cover}.hidden-secrets .secret .secret__image .secret__id{position:absolute;display:flex;justify-content:center;align-items:center;z-index:2;bottom:-30px;width:60px;height:60px;background:var(--primary);left:calc(50% - 30px);color:var(--white);font-weight:700;font-size:24px}.hidden-secrets .secret .secret__content h3,.hidden-secrets .secret .secret__content a{font-size:40px;line-height:1;text-decoration-color:var(--primary)}.hidden-secrets .secret .secret__content .secret__content__text{font-size:20px}.hidden-secrets .secret .secret__content .secret__content__text p:last-child{margin-bottom:0}.hidden-secrets .secret .secret__cta{margin-top:32px}@media screen and (max-width:993px){.hidden-secrets .secret{width:calc(50% - 24px)}}@media screen and (max-width:660px){.hidden-secrets .secret{width:100%;margin:15px 0}}