section.our-companies {
    padding: 96px 0;
}

section.our-companies:not(.background-dark) {
    background: no-repeat url("../../img/our-company-background.jpg") 0 0 / cover;
}

section.our-companies .section-wrap {
    max-width: 1440px;
    margin: 0 auto;
}

section.our-companies .section-content {
    text-align: center;
}

section.our-companies .section-content .subtitle {
    margin-bottom: 18px;
}

section.our-companies .section-content .section-title {
    margin-bottom: 10px;
}

section.our-companies .section-content .description {
    max-width: 468px;
    margin: 0 auto;
}

section.our-companies .images-container {
    position: relative;
    margin-top: 30px;
}

section.our-companies .images-container .image img {
    width: 100%;
}

section.our-companies .images-container .logo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

section.our-companies .images-container .logo img {
    width: auto;
    height: 135px;
}

section.our-companies .companies-wrap {
    text-align: center;
}

section.our-companies .row-flex {
    display: flex;
    justify-content: center;
}

section.our-companies .companies-wrap .item-title {
    font: italic 400 18px/1.8em 'DM Serif Text', sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 18px;
}

section.our-companies .companies-wrap .item-title .word span {
    font-size: 24px;
}

section.our-companies .companies-wrap .description {
    margin: 8px auto 0 auto;
    max-width: 538px;
}

section.our-companies .companies-wrap .readmore {
    margin-top: 24px;
}


/* MEDIA */

@media only screen and (max-width: 768px) {
    section.our-companies {
        padding: 46px 0;
    }

    section.our-companies .section-content .subtitle {
        margin-bottom: 10px;
    }

    section.our-companies .images-container .logo img {
        max-width: 200px;
        height: auto;
    }
}

/* ( < 768 ) */
