body {
  background: #fff; }

.photo-con {
  margin-top: 80px;
  height: auto;
  width: 90%;
  margin-left: 5%;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px; }
  .photo-con .photo {
    width: 100%; }
  .photo-con h2 {
    margin-top: 80px; }
  .photo-con section {
    margin-top: 30px; }
  .photo-con .line {
    height: 300px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 1000px;
    top: 500px;
    transform: rotate(45deg); }
  .photo-con .contact {
    text-align: center;
    margin: 40px 0; }
