.our-story{
    padding: 50px 0;
}

.our-story h1,
.our-story 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;
}

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

.text-bold {
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .our-story h1{
            font-size: 50px;
    }

    .text-bold{
        font-size: 16px;
    }
}