.type-box{
    height: 140px;
    width: 95%;
    margin: auto;
    position: relative;
    
}
.type-col{
    height: 200px;
    padding: 15px;
}
.type-border-box{
    height: 170px;
    padding: 15px;
    border: 1px solid darkgreen;
    border-radius: 10px;
    box-shadow:	0 0.125rem 0.5rem rgba(126, 228, 131, 0.377), 0 0.0625rem 0.125rem rgba(92, 179, 75, 0.2);
}
.type-name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 1;
    font-weight: 500;
    font-size: 23px;
    color: #1E3D10  ;
    padding: 6px;
}
.type-image{
   height: 100%;
   width: 100%;
    opacity: 0.5;
}
.type-border-box:hover{
    transform: scale(1.05);
}

.line{
    border-bottom: 1px solid #b0cc1f  ;
    margin: 40px 0;
}
.card-park-image{
    width: 100%;
    height: auto;
    min-height: 175px;
    max-height: 175px;
}
.card-park-name{
    font-size: 14px;
    padding: 7px 0;
    font-weight: 650;
    color: #1E3D10;
}
.card-park-description{
    padding-bottom: 5px;
    color: #698266  ;
    font-size: 14px;
    min-height: 160px;
    max-height: 200px;
}
.card-park-adress{
    padding-bottom: 5px;
    color: #698266  ;
    font-size: 14px;
   
}
.card-park-href{
    font-size: 15px;
    color: #1E3D10 !important;
    text-align: end;
    text-decoration:none;
    font-weight:500;
   
}
.park-card{
    border: 1px solid #b0cc1f  ;
    margin: 15px 0;
    border-radius: 0px !important;
}   

.park-card-body{
    padding: 15px; 
}
.park-pagination{
    text-align: center;
    color: #0d2034;
    font-size: 17px;
    font-weight: 600;
    margin: 30px 0 80px 0;
}
.pagination-item{
    padding: 0 3px;
}
.pagination-arrow{
    font-size: 22px;
    padding: 0 7px;
    margin-top: 5px;
    color: #0d2034 !important;
    text-decoration: none !important;
}