/* main{
    display: grid;
    grid-template-columns: calc((100% - 45px)/3) calc((100% - 45px)/3) calc((100% - 45px)/3);
    grid-gap: 25px;
    grid-template-rows: auto;
    text-align: justify;
    

    margin-top: 22px;
}
body{
    overflow: hidden;
}


footer{
    position: absolute;
    width: calc(100% - (var(--margin) * 2));
    bottom: 0;
}

.bigImgContainer{
    grid-column: 2/4;
    height: calc(85svh - 232px);
    display: flex;
    align-items: center;
    justify-content: right;
}

.bigImg{
    object-fit: cover;
    width: 50%;
    height: 100%; 

}

.marginTop{
    margin-top: 45px;
}



.buttonText{
    display: flex;
    align-items: center;
    
}

 */


 main{
    display: grid;
    grid-template-columns: calc((100% - 45px)/3) calc((100% - 45px)/3) calc((100% - 45px)/3);
    grid-gap: 25px;
    grid-template-rows: auto;
    

    margin-top: 22px;
}


.bigImgContainer{
    grid-column: 2/4;
    height: calc(90svh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigImg{
    object-fit: cover;
    width: 100%;
    height: 100%; 

}

.marginTop{
    margin-top: 45px;
}

.buttonText{
    display: flex;
    align-items: center;
    
}








