/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2025 | 11:07:00 */
.white_heading span {
    color: #fff;
    font-style: italic;
}

.wwwl_custom_infobox .pp-description-wrap {
    position: relative;
    background: rgba(122, 153, 172, .15);
	border-radius: 16px;
	padding: 30px 35px;
}

/* Left-side triangle */
.wwwl_custom_infobox .pp-description-wrap:before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%; /* adjust up/down as needed */
	transform: translatey(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid rgba(122, 153, 172, .15); /* same as background */
}
