.cont-premi {
    height: unset !important;
    border-radius: 0 !important;
}

.cont-img-premi {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
    gap: 5% 0;
    height: 175vh !important;
}

.cont-img-premi img {
    width: 100%;
}

.cont-img-premi .img1 {
    width: 50%;
    height: 100%;
}

.img1 {
    grid-column: 1 / 4;
    grid-row: 1;
}

.img2 {
    grid-column: 1;
    grid-row: 2;
    margin-left: 50%;
}

.img3 {
    grid-column: 3;
    grid-row: 2;
    margin-right: 50%;
}



@media (max-width: 1366px) and (min-width: 1025px) {
    .cont-img-premi {
        height: 85vh !important;
    }
    
    .cont-img-premi .img1 {
        height: unset;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .cont-img-premi {
        height: 215vh !important;
        grid-template-columns: repeat(1, 3fr);
        gap: 3% !important;
    }
    
    .cont-img-premi .img1 {
        height: unset !important;
        width: 90% !important;
    }

    .cont-img-premi img {
        width: 90% !important;
    }

    .img2, .img3 {
        margin: 0 !important;
    }

    .img1 {
        grid-column: 1;
        grid-row: 1;
    }

    .img2 {
        grid-column: 1;
        grid-row: 2;
    }

    .img3 {
        grid-column: 1;
        grid-row: 3;
    }
}

@media (max-width: 767px) {
    .cont-img-premi {
        height: 175vh !important;
        grid-template-columns: repeat(1, 3fr);
        gap: 5% !important;
    }
    
    .cont-img-premi .img1 {
        height: unset !important;
        width: 90% !important;
    }

    .cont-img-premi img {
        width: 90% !important;
    }

    .img2, .img3 {
        margin: 0 !important;
    }

    .img1 {
        grid-column: 1;
        grid-row: 1;
    }

    .img2 {
        grid-column: 1;
        grid-row: 2;
    }

    .img3 {
        grid-column: 1;
        grid-row: 3;
    }
}