
/* List Bullets */
.structure-paragraph-block .wsw ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.structure-paragraph-block .wsw ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.structure-paragraph-block .wsw ul li::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    margin-top: 1px;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px #BD9857;
    flex-shrink: 0;
    background: url(../images/SVG/bullet-point.svg) no-repeat;

}


/* Service page image_title  */
@media (max-width: 768px) {
    .subpage-top-banner__text p {
        /* margin-top:50px ; */
        margin-bottom: 50px;
    }

    .subpage-top-banner__text h2{
        margin-bottom: 65px;
    }
}