/* Full width dull background */
.custom-full-section {
    width: 100%;
    background: white; /* dull light grey */
    padding: 80px 20px;
    display: flex;
    justify-content: center;
}

/* Content control width */
.custom-content-box {
    max-width: 700px;
    text-align: center;
}

/* Big bold heading */
.custom-main-heading {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
}

/* Content text */
.custom-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}