.def_hide{
  display: none;
}

.wp-block-details{
  border-radius: 5px;
}

.wp-block-details summary strong {
	font-weight: 600;
}

/*end*/

@media only screen and (max-width: 810px) {
.mobile_hide{
  display: none !important;
}
.def_hide{
  display: block;
}

}
