.exampleTitle { display: none; /* Устанавливаем как встроенный элемент */ }
h3 {cursor:pointer;} 
a, span, p {overflow-wrap: break-word;}

.content ul ul {
	margin-left: 30px;
}
.main .content-inner ul ul li::before {
	border-radius: 0;
}

@media (max-width: 567px) {
   .width-100 {
        width: 100%!important;
        height: auto!important;
    } 
}


