.closureGrid .closureTitle
{
    font-weight: 300;
    line-height: 64px;
    margin-bottom: 32px;
}
.closureContent{
    text-align: center;
}

.closureGrid
{
    column-gap: 32px;
}

.closure-section img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin: 0 auto;
}

.closure-section .left,
.closure-section .right
{
    position: relative;
}
.closureContent
{
    display: inline-block;
    position: absolute;
    bottom: 35%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
}