h1 {
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-align: center;
    text-transform:uppercase;
    font-family: 'Cabin';
    font-weight: 100;
    font-size: 40px;
}

.items{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    text-align: center;
    align-items: center;
    padding-top: 40px;
    text-transform: uppercase;
    font-family: 'Cabin';
    font-weight: 100;
    font-size: 20px;
}

.HomepageImages img {
    width: 570px;

}
.HomepageImages{
    transition: 0.7s;
}
.HomepageImages:hover{
transform: scale(1.3);
}
.title2{
    margin-top: 70px;
}

@media all and (max-width: 1100px){
    .items{
        display:contents;
}
.title2{
    margin-top: 10px;
}
.HomepageImages img {
    width: 400px;

}
.HomepageImages:hover{
    transform: scale(1.1);
    }
}
