.grid-history-holder{position:relative;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-column-gap:2rem;grid-row-gap:2rem}.grid-history-holder>.history-item img{width:100%}.grid-history-holder>.history-item h3{font-size:var(--text-size-200);margin:1rem 0 .25rem}.grid-history-holder>.history-item p:last-child{margin-bottom:0}.grid-history-holder>.history-item a{position:relative;padding:.5rem 1rem;font-size:var(--text-size-100);font-weight:500;background:var(--wp--preset--color--wpbf-palette-color-4);letter-spacing:1px;color:var(--wp--preset--color--white)!important;border-radius:.25rem;text-align:center;border:.125rem solid var(--wp--preset--color--wpbf-palette-color-4);text-transform:uppercase;margin:auto;display:inline-block;z-index:50;transition:all 0.3s ease}.grid-history-holder>.history-item a:hover{text-decoration:none;background:var(--wp--preset--color--white);color:var(--wp--preset--color--wpbf-palette-color-1)!important}@media screen and (max-width:1100px){.grid-history-holder{grid-column-gap:1rem;grid-row-gap:1rem}}@media screen and (max-width:768px){.grid-history-holder{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}