.center_services {

    text-align: left;

}

.google-map {
    width: 100%;
    height: 50vh; /* Set height to full viewport height */
    margin: 0;
    padding: 0;
  }



@font-face {
    font-family: 'Bodoni Recut';
    src: local('Bodoni Recut Bold'), local('Bodoni-Recut-Bold'),
        url('BodoniRecutSSiBold.woff2') format('woff2'),
        url('BodoniRecutSSiBold.woff') format('woff'),
        url('BodoniRecutSSiBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bodoni Recut' !important;
  }