.categoryblock{position:relative;padding-bottom:4rem}.categoryblock .col{padding:2rem}.categoryblock .col:nth-child(3n-2) .category{border-top-right-radius:0}.categoryblock .col:nth-child(3n-1) .category{border-top-left-radius:0;border-bottom-right-radius:0}.categoryblock .col:nth-child(3n) .category{border-bottom-left-radius:0}.categoryblock .col .category{position:relative;border:10px;aspect-ratio:1/1;text-align:center;border-radius:50px;padding:1rem;display:flex;flex-direction:column;align-items:center;background-color:#fff}.categoryblock .col .category img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50%;height:50%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.categoryblock .col .category .title{margin-bottom:0;position:absolute;bottom:1.5rem;color:#000;text-decoration:none;font-size:2.5rem;font-weight:bold;margin-top:1.5rem;text-transform:uppercase}.categoryblock .col .category.yellow{border:10px solid #deb34a}.categoryblock .col .category.blue{border:10px solid #94d3ef}.categoryblock .col .category.green{border:10px solid #99c9a7}.categoryblock .img-topleft{position:absolute;z-index:-1;max-height:200px;top:0;left:0;-o-object-fit:contain;object-fit:contain}.categoryblock .img-bottomright{position:absolute;z-index:-1;max-height:200px;bottom:0;right:0;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767px){.categoryblock .img-topleft,.categoryblock .img-bottomright{display:none}}@media screen and (max-width: 500px){.categoryblock .col .category .title{font-size:1.5rem}}