.type {
	width: 100%;
    height: 100%;
	text-align: center;
    display: grid;
    grid-template-columns: 32% 32% 32%;
    column-gap: 1%;
}
h2 {
    font-size: 1.5em;
}
a {
	text-decoration: none;
	color: black;
}
.design {
    width: 100%;
    padding-top: 3%;
    padding-bottom: 1%;
}
.type_img {
    width: 100%;
    height: auto;
    padding-bottom: 1%;
    padding-top: auto;
    flex-grow: 1;
    max-height: 350px;
    max-width:  400px;
}

.type_content {
    width: 100%;
    height: 100%;
    align-self: end;
    display: flex;
    flex-direction: column;
    margin-left: 2%;
    margin-right: 1%;
}
.type_name {
    margin-bottom: 1%;
    margin-top: auto;
}