.square-blocks{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(100px,16rem));justify-content:center;margin-top:4rem}.square-blocks .block{align-items:center;border:2px solid var(--orange);border-radius:.4rem;box-sizing:border-box;color:var(--orange);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:2rem;row-gap:1rem;transition:all .2s ease-in-out;width:16rem}.square-blocks .popular{background:linear-gradient(#eb9b2b);color:var(--white)}.square-blocks .block i{font-size:4rem}.square-blocks .block h2,.square-blocks .block h3{margin:1rem 0 0;text-align:center}.square-blocks .block:is(:hover,:active){background:linear-gradient(180deg,#eb9b2b,#d28314 50%);box-shadow:0 5px 5px var(--gray-80);color:var(--white);transition:all .2s ease-in-out}.square-blocks .block:is(:hover,:active) h2,.square-blocks .block:is(:hover,:active) h3{color:var(--white);transition:all .2s ease-in-out}.square-blocks .block .icon-grid-container{display:grid;-ms-grid-rows:1fr;-ms-grid-columns:1fr;grid-template:1fr/1fr;place-items:center}.square-blocks .block .icon-grid-container div,.square-blocks .block .icon-grid-container i,.square-blocks .block .icon-grid-container span{-ms-grid-row:1;-ms-grid-row-span:1;-ms-grid-column:1;-ms-grid-column-span:1;grid-area:1/1/2/2}.square-blocks .block .own-calendar-icon span{font-size:2rem;font-weight:700;transform:translateY(.6rem)}.square-blocks .block .double-calendar-icon div:first-child{transform:rotate(-10deg) translateX(-1.8rem)}.square-blocks .block .double-calendar-icon div:last-child{transform:rotate(10deg) translate(1.8rem,.6rem)}.square-blocks .block .own-family-icon i:first-child{margin-right:4.5rem}.square-blocks .block .own-family-icon i:nth-child(2){font-size:3rem;margin-top:1rem}.square-blocks .block .own-family-icon i:last-child{margin-left:4.5rem}@media screen and (min-width:768px){.square-blocks .block h2,.square-blocks .block h3{font-size:1.8rem}}@media screen and (min-width:1200px){.square-blocks .block h2,.square-blocks .block h3{font-size:2rem}}
