/* Presentation */
.presentation{
    background:#f1f1f1;
  }
.presentation .title {
    font-family:var(--ff-oswald);
    font-weight: 500;
    display: inline-block;
    color: var(--text-color2);
	font-size:24px;
	margin-top:40px;
	margin-bottom:40px;
  }
  .presentation .content p {
    font-family: var(--ff-opensans);
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    color: var(--presentation-content-text-color) !important;
	padding:0 80px;
  }
  /* #Presentation */