/*
Theme Name: PAZ-fse
Template: blockbase
*/
body{font-family:'Poppins',sans-serif;}
.services-header{text-align:center; width:80%; margin: 0 auto 5rem auto; clear:both;}
.services-container-flex{display:flex; flex-flow:row wrap; width:80%; margin:2rem auto; justify-content: center; align-items:center; gap:50px 30px}
.services-libox { background-color: #f1f1f1; width: 350px; aspect-ratio: 1/1; text-align: center; line-height: 1.2; font-size: 20px; min-width:300px; background-size:cover;}
.services-overlay{display:none; width:100%; height:100%;; background:rgba(100,70,100,.8); color:#fff; line-height:1.3;}
.services-libox:hover .services-overlay{display:flex; align-items: center; justify-content:center; flex-flow: column wrap}
a.services-link{ background:#ccc; border-radius:50%; width:26px;  height:26px; aspect-ratio: 1/1; display:block; margin:auto; padding:26px;}
a.services-link svg {color:#000; position: relative; top: -10px; left:-10px; width:20px; height:20px}
.services-overlay:hover a.services-link:hover{background:#f0f; color:#fff; transition:all .6s}
.services-overlay:hover a.services-link:hover svg{color:#fff; transition:all .6s}
.description{padding:1rem; text-align:center}
@media only screen and (min-width: 701px) {.services-header{width:56%}}
@media only screen and (min-width: 1448px) {.services-header{width:43%}}  

#wp--skip-link--target .wp-block-group{margin-top:1rem !important;}