
    body, h1, h2, h3, h4, h5, h6 { font-family: "Roboto", sans-serif; }

    .hero-image {
	   background-image: url('/images/ai-benz-00-300sl.jpg');
       background-size: cover;
       height: 500px;
       position: relative;
    }
    .hero-text {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
    }
    .hero-text h1 {
      font-size: 50px;
      letter-spacing: 5px;
    }

	.wx-col-container {
	  display: table;
	  padding: 16px;
	  border-collapse: separate;
	  border-spacing: 20px;	  
	  width: 100%;
	}
	.wx-col {
	  display: table-cell;
	  padding: 16px;
	}
	
	@media only screen and (max-width: 600px) {
	  .wx-col {
		display: block;
		width: 100%;
	  }
	}	
	
