strong {
  font-size: 16px;
}

.wp-image-48 {
  font-size: 16px;
  line-height: 18px;
}

.wp-element-caption {
  font-size: 20px;
}

.blocks-gallery-caption.wp-element-caption {
  font-size: 20px;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}
.w3-quarter{width:24.99999%}
.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}

.flex-container-f {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}

.flex-container-f > div {
  width: 400px;
	background-color: #f6f5ff;
  margin: 10px;
  text-align: left;
}