:root{
    --col-w: 40rem;
    --row-h: 16rem;
}
.ptb2r{
    padding-top:6rem;
}
.tmc{
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    width:100%;
    justify-content:center;
}
.tile-c{
    cursor: pointer;
    width: clamp(32rem,40svw,40rem);
    height: clamp(12rem,16svw,16rem);
    box-shadow: 0 0 1px 0 var(--text-color-main);
    margin:0.8rem;
    text-decoration:none;
    position:relative;
}
.img-b{
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.tile-c .img-b{
    background-size: 100%;
    transition: 0.3s;
    position:absolute;
}
.tile-c .img-b:hover{
    background-size: 105%;
}
.tile-name{
    z-index :1;
    color: var(--text-color-main);
    font-size: 2.6rem;
    padding:0.8rem;
    margin-top:auto;
}
.hi-mc{
    width: 100%;
    min-height: 24rem;
}
.hi-mc .img-b{
    background: center no-repeat url("/public/assets/images/home/wallpaper3.webp");
    background-size: cover;
}
.hi-t-c{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.hi-t-Mtc{
    padding:2rem;
    color: var(--text-color-main);
    width:60%;
}
.hi-mt{
    font-size:4rem;
    padding-bottom:1rem;
    margin:0;
}
.hi-dt{
    font-size:1.6rem;
}
.h2-title{
    font-size: 3rem;
    color: var(--text-color-main);
    margin:0;
    padding:1rem;
}
.side-scroll-bar-Mc{
    height:fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tile-news-c{
    height:16rem;
    padding: 1.2rem;
    font-size: 1.6rem;
    max-width: 30rem;
    min-width: 16rem;
}
.tile-news-c .img-b{
    width:100%;
    height:100%;
    position:relative;
    box-shadow: 0 0 1px 0 var(--text-color-main);
}
.news-container{
    margin:auto;
    width:90%;
    height:fit-content;
}
.tile-desc{
    font-size:1rem;
    padding:1rem;
    color: var(--text-color-main);
}
.tile-news-c .tile-name{
    font-size:2rem;
}
.tile-overlay{
    position:absolute;
    height:100%;
    width:100%;
    background-image:linear-gradient(hsla(0,0%,0%,0.0) 60%,hsla(0,0%,0%, 1));
}
@media only screen and (max-width:40rem){
    .hi-t-Mtc{
        padding:0.8rem;
        width:100%;
    }
    .hi-mt{
        font-size:2rem;
    }
    .hi-dt{
        font-size:1.2rem;
    }
    .hi-mc{
        width: 100%;
        min-height: 12rem;
     }
}
@media only screen and (max-width:40rem){
    .tile-c{
        height:8rem;
    }
    .tile-c .img-b{
        object-fit: contain;
    }
    .tile-name{
        font-size:1.8rem;
    }
    .ptb2r{
        padding-top:4rem;
    }
}