.page-design .text-block {
    font-family: "Times New Roman", Georgia, Serif;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction:column;
}
.page-design .text-block .block {
    font-family: "Times New Roman",Georgia,serif;
    background: #eee;
    padding: 50px 0;
    text-align: center;
    color: #141d24;
    font-size: 20px;
    line-height: 1.6em;
    max-width: 670px;
    margin: 0 auto;
}
.page-design .text-block .block > h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size:25px !important;
}
.page-design .text-block .block > p {
	margin: -5px 0 0;
}
.page-design.description-row .text-block {
	padding-left: 30px;
	padding-right: 30px;
}