.our-goal-bluebg{
    background-image: url(../../../images/our-goal-blue-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.our-goal-bluebg::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease;
    opacity: 0;
}
.our-goal-bluebg:hover:after{
    opacity: 1;
}

.our-goal-bluebg .container{
    position: relative;
    z-index: 3;
}
.OG-content-wrap {
    max-width: 1089px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.OG-content-wrap strong{
    font-weight: var(--font-bold) !important;
    display: inline-block;
}


.OG-content-wrap .font-30 p strong{
    color:#fff !important;
    font-weight: 700;
}
.OG-content-wrap .color-yellow{
    margin-bottom: .5rem !important;
}
.OG-content-wrap .font-verdana{
    max-width: 600px;
    margin-inline: auto !important;
}

@media(max-width:767px){
    .OG-content-wrap .font-60 {
        text-wrap: balance;
    }   
}