

h3 {
  margin: 0 auto 30px;
}

/* READ MORE */
.read-more-state {
  display: none;
}

.read-more-wrap {
  margin: 0;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}



.read-more-state ~ .read-more-trigger:before {
  content: "Read more...";
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less...";
}

.read-more-state:checked ~ .read-more-target {
  opacity: 1;font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #494949;
    text-align: left;
  font-size: inherit;
  max-height: 999em;margin: 0px 0 0 0px;
}
	.read-more-trigger {
    font-family: "Barlow", sans-serif;
    font-weight: 400;   
    cursor: pointer;
    display: inline-block;     
    /* font-size: 0.9em; */
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
}

@media screen and (max-width: 1920px) {
	

	
	}
@media screen and (max-width: 1900px) {
	

	
	}

@media screen and (max-width: 1600px) {
	

	
	}

@media screen and (max-width: 1500px) {
	

	
	}
@media screen and (max-width: 1400px) {
	

	
	}

@media screen and (max-width: 1000px) {
	

	}