.explore-our-capabilities {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.explore-our-capabilities::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000000BF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.explore-our-capabilities-row h2 {
    color: #fff;
    margin-bottom: 10px;
}
.explore-our-capabilities-row p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-width: 845px;
    margin: 0 auto 30px;
}
.explore-our-capabilities-row {
    text-align: center;
    position: relative;
    z-index: 1;
}
