.block{
	padding-bottom: 30px;
	height: 1550px;
	background-color: #E2DED5;
}
.location_description{
    display: block;
    text-align: center;
    color: #A0A388;
    font-family: "alt gothic no3";
    font-size: 30px;
    z-index: 3;
    line-height: 1.2;
    width: 68vw;
    margin: 0 auto;
    padding-top: 3vh;
    padding-bottom: 1vh;
}
.call {
  	display: block;
    text-align: center;
    padding: 10px 15px 10px 15px;
    max-width: 15vw;
    margin: 20px auto;
    background-color: #5B5A41;
    border: 1px solid #5B5A41;
    color: #E2DED5;
    text-decoration: none;
    font-size: 30px;
    font-family: "alt gothic no3";
}
.call:hover {
  	border: 1px solid #5B5A41;
  	background-color: #E2DED5;
  	color: #5B5A41;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #E2DED5;
    height: auto;
}

.grid-item {
    background-color: #A0A388;
    height: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    justify-content: center;
    align-content: center;
}

.grid-item img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    display: block;
}
.grid-item h4 {
    padding: 15px;
    font-family: "alt gothic no3";
    font-size: 20px;
    color: #E2DED5;
    text-align: center;
}
.grid-item p {
    padding: 15px;
    font-family: "alt gothic no3";
    font-size: 16px;
    color: #E2DED5;
    text-align: center;
    line-height: 1.3;
}
