@media(min-width: 992px) {
    .help-article-page .content-wrapper {
       justify-content: center;
    }
    .help-article-page .main-section {
        flex: none;
        width: 70%;
    }
    b,strong {
        margin: 10px;
    }
}

.customTextField {
    background-color: #1C4DA1;
}

.text-color-white {
    color: white;
}
.customValue {
    margin: 10px;
}