

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-size: inherit;
  max-height: 999em;margin: -23px 0 0 0px;font-size: 18px;
}
	.read-more-trigger {
    font-family: "Roboto", sans-serif;
    color: #26247b;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    /* font-size: 0.9em; */
    font-size: 18px;
    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) {
	

	}