.title-container {
    width: 100%;
    margin-bottom: 40px;
}
.title-wrap {
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.back-link {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
}
    .back-link:hover{
        text-decoration:none;
    }
    .page-title {
        color: #012F6D;
        font-size: 35px;
        font-family: var(--font-noto);
        margin: 0 auto;
    }
.our-values-black-title p {
    color: #444444;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}
.row.about-landing-cards-row.our-value-row {
    width: 90%;
    margin: 0 auto;
}
@media (max-width: 767.98px) {
    .title-wrap {
        flex-direction: column;
        text-align: center;
    }
    .back-link {
        position: static;
    }
    .page-title {
        font-size: 20px;
    }
    .title-container {
        margin-bottom: 30px;
    }
    .company-background-images {
        min-height: auto !important;
    }
    .main-wrap .name-container h4 {
        font-size: 22px !important;
    }
    .main-wrap .name-container h5 {
        font-size: 20px !important;
    }
    .img-wrp {
        border-right: 0 !important;
    }
    }

@media (min-width: 768px) and (max-width: 1024px) {
    .title-wrap{
        flex-direction:column;
    }
    .back-link{
        position:static;
        margin-bottom:20px;
    }
}