.our-culture-section{
    padding: 0 0 50px 0;
    height: 350px;
}

.our-culture-section h1,
.our-culture-section h2 {
    font-family: 'Brown Bold', sans-serif;
    font-size: 58px;
    line-height: 58px;
    font-weight: 600;
    color: var(--logo-red-color);
    text-align: center;
    position: relative;
    display: block;
    margin: 0 0 30px;
}

.culture-container{
    display: none;
    margin: 0 auto;
    padding: 20px 32px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #404040;
    text-align: justify;
    font-family: 'Brown Light', sans-serif;
}

.firstDiv{
    display: block;
}

.slide-up {
    background-color: #eee;
    color: #fff;
    padding: 20px;
}

.culture-container img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 35px;
}

.culture-container h3 {
    font-family: 'Brown BOld', sans-serif;
    color: #666;
}

.slide-content{
    display: flex;
}

.culture-text{
    color: #404040;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 20px 0;
}

@media screen and (max-width: 600px) {
    .our-culture-section h2 {
        font-size: 50px;
    }
    .culture-container figure {
        text-align: center;
        margin-right: 0;
    }
    .culture-container img {
        margin-right: 0;
    }
    .slide-content {
        display: block;
    }
    .culture-container h3 {
        text-align: center;
    }

    .our-culture-section{
        height: 575px;
    }
}