body{
    font-family: sans-serif;
    font-size: clamp(1rem, 0.556vw + 0.896rem, 1.563rem);;
    line-height: 1.4;
    color: #333;
    padding: 0 5%;
}

.hidden {
    display: none;
}


a, img {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

.images img, .images a {
    width: 28%;
    height: auto;
}

a{
    text-decoration: none;
    cursor: pointer;
}

h1{
    font-size: clamp(2.25rem, 2.257vw + 1.792rem, 4.5rem);
}

p{
    max-width: 790px;
}
