.grid-home a.grid{display:block;width:100%;border-radius:var(--border-radius);overflow:hidden;}
.grid-home a.grid img{width:100%;float:left;}
.grid-slider{grid-template-columns:3fr 1fr;display:grid;}
.grid-slider a.grid img{height:400px;width:auto;}
.gallery_home{width:100%;}
.gallery_home div.col{width:100%;}
.gallery_home a{display:flex;align-items:center;justify-content:center;overflow:hidden;max-width:100%;}

.gallery_home div.col:nth-child(odd) a:nth-child(1){aspect-ratio:2/1;max-width:100%;width:100%}
.gallery_home div.col:nth-child(odd) a:nth-child(1) img{width:100%;}

.gallery_home div.col:nth-child(odd) a:nth-child(2){aspect-ratio:1/1;max-width:48%;width:48%}
.gallery_home div.col:nth-child(odd) a:nth-child(2) img{width:100%;}

.gallery_home div.col:nth-child(odd) a:nth-child(3){aspect-ratio:1/1;max-width:49%;width:48%}
.gallery_home div.col:nth-child(odd) a:nth-child(3) img{width:100%;}

.gallery_home div.col:nth-child(even) a:nth-child(1){aspect-ratio:1/1;max-width:48%;width:48%}
.gallery_home div.col:nth-child(even) a:nth-child(1) img{width:100%;}

.gallery_home div.col:nth-child(even) a:nth-child(2){aspect-ratio:1/1;max-width:49%;width:48%}
.gallery_home div.col:nth-child(even) a:nth-child(2) img{width:100%;}

.gallery_home div.col:nth-child(even) a:nth-child(3){aspect-ratio:2/1;max-width:100%;}
.gallery_home div.col:nth-child(even) a:nth-child(3) img{width:100%;}

.news_home a{background:var(--green-light);padding:10px;}
.news_home a:hover{background:var(--green-light-light);}
.news_home .title{font-size:1.5rem;}