.grid-reveal__buttons{display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,auto))}.grid-reveal__button{background-color:rgba(33,28,87,.1);border-radius:8px;color:#211c57;font-size:25px;font-weight:600;letter-spacing:0;line-height:35px;padding:20px 35px;transition:color .25s ease,background-color .25s ease,opacity .25s ease}.grid-reveal__button:hover:not(.grid-reveal__button--active){opacity:.5}.grid-reveal__button--active{background-color:#211c57;color:#fff}.grid-reveal__item{background-color:#211c57;border-radius:8px;padding:35px 40px}.grid-reveal__item--active{display:block}.grid-reveal__item-title{font-size:25px;font-weight:600;letter-spacing:0;line-height:35px}@media only screen and (min-width:992px){.grid-reveal__item,.grid-reveal__items{height:100%}.grid-reveal__item:not(.grid-reveal__item--active){display:none}}@media only screen and (max-width:991px){.grid-reveal__buttons{display:none}.grid-reveal__items{gap:30px}}