@charset "utf-8";

.photobox{
  margin: inherit;
  width:inherit;
  height:inherit;
  display:grid;
  grid-template-columns: 400px 400px;
  grid-row: auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
	padding-left: 20%;
}
	.service{
    padding:20px;
    border-radius:10px;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    font-family:sans-serif;
	max-width: auto;
  }
