.mantys-focus-block {
  background-color: #f5f5f5;
  border-left: 4px solid #007cba;
  padding: 1rem 1rem 1rem 2.5rem;
  position: relative;
}
.mantys-focus-block::before {
  content: '';
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml,%3Csvg viewBox=\'0 0 24 24\' fill=\'%23007cba\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 17h-1v-6h2v6h-1zm0-8h-1V7h2v4h-1z\'/%3E%3C/svg%3E') no-repeat center center;
  background-size: contain;
}
