.wrapper {
    position: relative;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
}

.container {
    flex: 1;
    padding: 0 20px;
}

.circle-heading .number {
    font-size: 24px; font-weight: bold; color: #0b5ed7
}

.circle-heading h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-top: 15px;
}
.circle-heading p {
    text-align: center;
}
