ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

img {
    display: block;
    height: auto;
}
.container{
width: 1440px;
height: 696px;

}
.gallery{
justify-content: center;
background-color: white;
display: flex;
flex-wrap: wrap;

gap: 24px;
}

.gallery-image {
    width: 360px;
    height: auto;


    flex-basis: calc((100% - 48px) / 3);
}


