body,
.contact-us h2.title {
    margin: 0;
}

.page-title {
    background-color: #0F3D58;
}

.page-title .container {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.breadcrumbslist {
    margin-left: 48px;
    margin-top: 24px;
}

.breadcrumbslist,
.breadcrumbslist a {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.breadcrumbslist span {
    font-family: "Barlow Semi Condensed", sans-serif;
}

.page-title div {
    color: #fff;
    font-size: 42px;
    line-height: 1.2;
    margin: auto;
}

.article-content {
    margin: 30px 0;
}

#wysdom-solution-detail {
    max-width: 1000px;
    margin: auto;
    padding: 0 2%;
    padding-bottom: 34px;
}

.article .title {
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
}

.article .step {
    padding: 20px 0 20px 50px;
    position: relative;
}

.article .step .step-number {
    position: absolute;
    left: 0;
    top: 15px;
    background-color: #02C7F5;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

.article .step ul,
.article .step ol {
    padding: 10px 0 0 50px;
}

.article .step ul {
    list-style: disc;
}

.article .step img {
    /* width: 1000px; */
    margin: 0 auto;
}

.contact-us {
    display: none;
}

@media(max-width: 500px) {
    .article .step ul,
    .article .step ol {
        padding: 10px 0 0 20px;
    }
    .article .step {
        padding: 20px 0 20px 35px;
    }
    .article .step .step-number {
        top: 20px;
    }
    #wysdom-solution-detail {
        padding: 0 3%;
    }
}