.home-heading {
    margin: 50px auto;
    text-align: center;
}

.top-image {
    position: relative;
    z-index: -1;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}

.box-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.box-wrapper .box {
    background: #f6f8fa;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 4rem 1rem;
}

.box-wrapper .box .box-title {
    text-align: center;
}

.box-wrapper .box .icon {
    display: flex;
    margin: 0 auto 40px auto;
}