

.heroWrapper {
    background-image: url(images/hero-bg.jpg);
    border-image: fill 0 linear-gradient(rgb(0 50 102 / 85%), rgb(0 50 102 / 85%));
}

.contentTitle, .contentTitle strong {
    font-weight: 400;
}

.contentWrapper {
    position: relative; 
} 

.contentWrapper::before {
    content: '';
    position: absolute;
    left: calc(50% - 50vw);
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 180px solid transparent;
    border-bottom: 180px solid transparent;
    border-left: 228px solid #0071ad;
    pointer-events: none;
    z-index: 10;
}

.twoWrapper .twoDiv {
    padding: 160px 0;
}

.blueDiv {padding: 230px 0 150px;}