.no-blog-heading .blog-heading {
    display: none !important;
}

.contact-button {
    display: inline-block;
    background: #b5ada9;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 500;
}
.contact-button:hover {
    background: #d7b1b3;
}

.llp-section {
    padding: 1.5em 1.5em .75em;
    margin-bottom: 2em;
    background: #f9f9f9;
    border-radius: 8px;
    background: #e9e5e3;
    font-size: 1.2em;
}
.llp-section ul,
.llp-section ol { margin: 1em 0;}
.llp-section p:empty {
    display: none;
    height: 0;
    margin: 0;
    padding: 0;
}


.llp-row {
    display: flex;
  /*  flex-wrap: wrap;*/
    gap: 20px;
}

.llp-col {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: 0px;
	width: 50%;
}



