.top-part{
    position:relative;
    height:70vh;
}


.background-img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}


.top-text{
    position:absolute;
    left:50%;top:50%;
    transform:translate(-50%,-50%);
    width:min(1100px,92%);
    text-align:center;
    z-index:1;
    color: white;
}

.top-text h1{
    color: white;
}


.title{
    margin:0 0 .25em 0;
    line-height:1.05;
}


.subtitle{
    margin:0;
    opacity:.9;
}


.feature-title{
    width:min(1200px,92%);
    margin:40px auto 24px;
    text-align:center;
}


.container-body{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    width:min(1200px,92%);
    margin:0 auto 60px;
}


.product{
    width:210px;
}


.product-img{
    width:100%;
    height:auto;
    display:block;
    border-radius:8px;
}


html,body{
    height:100%;
}


body{
    min-height:100vh;
    display:flex;
    flex-direction:column;
}


main{
    flex:1;
}

footer{
    margin-top:auto;
}


.col-6 img{
    height: 350px;
    object-fit: cover;
}


