@media screen and (max-width: 599px) {
    .content-container {
        width: 95% !important;
        margin: 0 auto !important;
    }

    .content-container img {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        margin: 0 auto !important;
        height: auto !important;
    }

    .content-container img.right {
        margin: 0;
        float: none !important;
    }
}

:root {
    --global-web-width: 1170px;
}

p {
    margin: 0;
    text-align: justify;
}

h1 {
    width: 100%;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 1000;
}

h2 {
    width: 100%;
    font-weight: 800;
    font-size: 20px;
}

h3 {
    font-size: 20px;
}

.content-container {
    width: var(--global-web-width);
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.content-container .our-story-container {
    display: inline;
}

.content-container .our-story-container h2 {
    text-transform: capitalize;
    margin-top: 30px;
}

.content-container .our-story-container p {
    text-indent: 60px;
}

.content-container .our-story-container img {
    float: left;
    width: 40%;
    margin-right: 20px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.content-container .our-story-container img.right {
    float: right;
    margin: 0;
    margin-left: 20px;
}
