

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"; text-align: center !important;
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: "Read less"; text-align: center !important;
}

.read-more-state:checked ~ .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    margin: -23px 0 0 0px;
    font-size: 21px;
    font-family: "Inter", sans-serif;
    text-align: center !important;
    color: #ffffff;
	font-weight: 300;
	line-height: 28px;
}
	.read-more-trigger {
   font-family: "Inter", sans-serif;
	text-align: center !important;
    color: #fff;
    ont-weight: 400;
    cursor: pointer;
    display: inline-block;    
    font-size: 16px;
    text-decoration: underline;
    font-style: italic;
		padding: 0 0 26px 490px;
}

@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) {
	

	}