.our-mission .container div.title {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 4px solid #E8AF73;
}

.our-mission .container div.content {
    margin-top: 15px;
    font-size: 18px;
    line-height: 34px;
    color: #333;
    font-weight: 500;
    text-align: justify;
}

.our-dedication .container div.title {
    font-size: 36px;
    font-weight: 600;
    border-bottom: 4px solid #E8AF73;
}

.our-dedication .container div.content {
    margin-top: 15px;
    font-size: 18px;
    line-height: 34px;
    color: #333;
    font-weight: 500;
    text-align: justify;
}


section.values .single-value {
    padding-top: 49px;
    padding-bottom: 49px;
    width: 100%;
    text-align: center;
}

section.values .single-value img {
    height: 150px;
    width: 50%;
    object-fit: contain;
}

section.values .single-value h6 {
    color: darkgray;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.444em;
}

section.values .single-value p {
    color: #888;
    font-size: 16px;
    line-height: 1.825em;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
}
