 body {
    background: white;
    font-size: large;
    font-family: 'Raleway', sans-serif;
    padding: 0 25px;
    line-height: 1.3;
}
.adaptive {
	height: auto;
	width: 100%;
	max-width:900px;
}
.img50 {
	max-width:50%;
}
.img75 {
	max-width:75%;
}
.border-radius {
    border-radius: 20px;
}
.title-date {
	display:flex;
	align-items: center;
    column-gap: 20px;
}
.title-date h2 {
    color: #696f78;
}
.title-date h3 {
    background: #ffa34f;
    padding: 10px;
    color: white;
    border-radius: 7px;
}
.pic-block {
	display:flex;
	align-items: center;
    gap: 20px;
    flex-direction: column;
}


@media only screen and (max-width: 700px) {
	.title-date {
    flex-direction: column;
	}
	.lity-iframe .lity-container {
    height: 100%;
    max-width: 80%;
	}
	.img75 {
    max-width: 100%;
	}
}