/* CSS Document */
.access-map iframe{
    width: 100%!important;
    margin-bottom: 63px;
}
.access-details ul{
    padding-top: 16px;
}
.access-details ul li{
    display: flex;
        align-items: center;
    margin-left: 12px;
    margin-bottom: 16px;
}
.access-details ul li img{
    margin-right: 12px;
    height: 37px;
    width: 37px;
  object-fit: contain;

}
.access-details h2{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 65px;
}
.access-details h3{
    color: #74343a;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 16px;
}
.accrssparking-p{
        line-height: 1.8em;
    font-size: 18px;
}
.colorfont{
   color: #74343a; 
    font-weight: bold;
}

.accessPhot img{
	width: 100%;
}
.grid-container{
	display: grid;
	    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
	    gap: 20px;
    width: 95%;
}