.title-page-our-story {
    font-size: 60px;
    font-family: 'LibertinusDisplay', serif;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    letter-spacing: 1px;
    line-height: normal;
}

.title-our-story {
    font-size: 42px;
    font-family: 'LibertinusDisplay', serif;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    letter-spacing: 1px;
    line-height: normal;
}
.subtitle-our-story {
    font-size: 14px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}


#story-brands-section .brand-card {
    width: 100%;
    min-height: 200px;
    background: #fff;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    transition: all .3s ease;
}

#story-brands-section .brand-card img {
    width: 100%;
    max-height: 140px;
    object-fit: contain;
}

/* navigation */
#story-brands-section .brand-swiper-prev,
#story-brands-section .brand-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #a59c83;
    border: 1px solid #a59c83;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    z-index: 10;
    color: #fff;
}

#story-brands-section .brand-swiper-prev {
    left: 0;
}

#story-brands-section .brand-swiper-next {
    right: 0;
}

#story-brands-section .brand-swiper-prev:hover,
#story-brands-section .brand-swiper-next:hover {
    background: #a59c83;
    color: #fff;
}

.brand-swiper-element swiper-slide {
    height: auto;
    display: flex;
}

.title-our-approach {
    font-size: 50px;
    font-family: 'Epunda Slab', serif;
    font-weight: 500;
    line-height: 1.4;
    color: #222;
    letter-spacing: 1px;
    line-height: normal;
}
.subtitle-our-approach {
    font-size: 14px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.box-our-approach {
    height: 285px;
}

.img-our-approach {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* mobile */
@media (max-width: 768px) {
    .title-page-our-story {
        font-size: 34px;
    }
    .title-our-story {
        font-size: 30px;
    }
    .subtitle-our-story {
        font-size: 12px;
    }
}