        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px 0px 0px 0px;
            background-color: #f4f4f4;
            /* overflow-x: hidden; /* horizont scroll off */
        }
        h1 {
            text-align: center;
            font-family: Gilroy;
            margin-bottom: -10px;
            margin-top: 10px;
	    font-size: 1.6em;
        }
        p {
            font-size: 1.2em;
        }
        .header h2 {
            color: #e67e22;
        }
        .header {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            text-align: center;
            margin-bottom: 20px;
            font-family: Gilroy;

            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            /* overflow-x: hidden; /* horizont scroll off */
        }
        .header p {
            margin: 5px 0;
        }
        .map-container {
            /* overflow-x: hidden; /* horizont scroll off */
        }
        .map-item {
            /* overflow-x: hidden; /* horizont scroll off */
        }
        .container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
        }
        .item {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 10px;
            width: calc(33% - 45px);
            box-sizing: border-box;
            text-align: center;
            font-family: Gilroy;
            transition: transform 0.3s;
        }
        .item:hover {
            transform: translateY(-5px);
        }
        .item img {
          /* padding: 10px; */
          width: 100%;
          object-fit: cover;
          height: 90%;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
        }
        @media (max-width: 768px) {
            .item {
                width: 100%;
            }
            .item img {
                width: 100%;
                object-fit: cover;
                height: 200px;
            }
            .header {
                font-size: 14px;
            }
            .container {
                /* overflow-x: hidden;  /* horizont scroll off */
            }
            .map-container {
                /* overflow-x: hidden;  /* horizont scroll off */
           }
        }
        .whatsapp-icon {
            width: 40px;
            height: 40px;
        }
        .whatsapp-icon1	 {
            height: 50px;
        }