.custom-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 0px;
}

/*#region our-mission*/
.our-mission-wrapper {
    background-color: #004d74cc;
    padding: 20px;
    color: white;
    text-align: left;
    line-height: 1.67;
    min-height: 227.617px;
    height: auto;

}

.our-mission-title {
    font-size: 28px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 30px;
}

.our-mission-text {
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 700;
    max-width: 600px;
    width: 48%;
    margin-right: 4%;
    margin-top: 0px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .our-mission-text {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}
/*#endregion our-mission*/

/*#region brands*/
.brands-wrapper {
    background-color: #f5f5f5;
    padding: 30px;
}

.custom-brands-container {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
    padding-top: 0px;
}
/*#endregion brands*/


/*#region questions-about-moorhouse-group*/
.questions-about-wrapper {
    background-color: #04476f;
    color: white;
    min-height: 227.617px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.questions-about-container {
    display: flex;
    align-items: center;
}

.questions-about-title {
    margin-bottom: 0;
}

.get-in-touch-button {
    margin-left: 75px;
    margin-bottom: 5px;
    min-width: 150px;
}

@media (max-width: 768px) {
    .questions-about-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .questions-about-container {
        flex-direction: column;
    }

    .questions-about-title {
        font-weight: bold;
        padding-top: 80px;
    }

    .get-in-touch-button {
        margin: 50px auto;
    }
}
/*#endregion questions-about-moorhouse-group*/


.custom-how-we-work-container {
    width: 100%;
    max-width: 1235px;
    margin: 0 auto;
    padding-top: 50px;
}
