.numbered-boxes {
	margin-left: auto;
    margin-right: auto;
}

.numbered-boxes-outerwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.numbered-boxes__wrap {
    text-align: center;
    padding-bottom: 45px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .numbered-boxes__wrap {
        width: 50%
    }
}

@media only screen and (min-width: 1080px) {
    .numbered-boxes__wrap {
        width: 33.33%
    }
}

.numbered-boxes__box-number {
    margin-bottom: 26px;
    font-size: 60px;
    color: #b01933;
    display: block;
    line-height: 40px;
    font-family: 'Lora', sans-serif;
}

.numbered-boxes__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 28px;
    color: #333;
}

.numbered-boxes__content {
    padding: 0 15px;
    line-height: 28px;
    letter-spacing: 0.3px;
    color: #777;
}

.numbered-boxes-module__title {
    margin-bottom: 45px;
    text-align: center;
}