.item1 img,
.item2 img,
.item3 img,
.item4 img, 
.item5 img, 
.item6 img 


{
    max-width: 450px;
}







.wrapper {

 margin-bottom: 70px;
 display: grid;
 grid-gap: 305px;
 grid-row-gap: 620px;
 grid-template-columns: repeat(3, 150px);
 grid-template-rows: repeat(7, 0px);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}





.header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
@font-face {
    font-family: Pinscher;
    src: url(/fonts/SHPinscher-Regular.otf);
}
h1 {
    font-family: Pinscher;
    color: #d14c18;
    text-decoration: #d14c18 wavy underline;
}
h3 {
    font-family: "Pinscher;
    color: #b2ab2b;
    text-decoration: #b2ab2b wavy underline;
}
.arrow {
    position: absolute;
    scale: 15%;
    align-items: left;
    left: -300px;
    top: -205px;
}

.image {
 
    margin-left: auto;
    margin-right: auto;
}