
.wp-block-ifr-tip-block {
	font-size: 17px;
	    color: #191919;
	    margin: 15px 0;
	    background: #fcefea;
	    padding: 10px 5px;
	    border: 2px solid black;
			min-height: 74px;
}

.tip-block-content {
	margin-bottom: 0;
	    position: relative;
	    padding-left: 68px;
}
.tip-block-content::before {
	content: "";
	display: block;
	position: absolute;
	    font-weight: 800;
	    color: #503d37;
	    font-style: normal;
	    font-size: 36px;
	    background: url(../svg/bulb-2.svg) 0 0 no-repeat;
	    top: -5px;
	    left: -6px;
	    bottom: 0;
	    right: 0;
			background-size: cover;
    height: 60px;
    width: 60px;
}
