	.title {
    	padding-top: 350px;
	}

	.title h1,
	.editor-styles-wrapper h1 {
/*	    font-family: DM Serif Display;
	    font-weight: 400;
	    font-size: 52px;
	    line-height: 62px;
	    text-transform: lowercase;
	    color: #000;  */  
	    line-height: 100%;
	    letter-spacing: -1px;
	    margin-bottom: 120px;
	}

	h1:after,
	.editor-styles-wrapper h1 {
/*	    content: "/";*/
	}

	.title h1 span{
	  display: inline-block;
	  overflow: hidden;
	  animation: .3s swift-up ease-in-out forwards; 
	}

	.title h1 i{
	  font-style: normal;
	  position: relative;
	  top: 120px;
	  animation: .5s swift-up ease-in-out forwards;
	}

	@keyframes swift-up {
	  to {
		top: 0;
	  }
	}


