﻿.page-banner {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 202px;
}

    .page-banner .page-banner-text {
        width: 1024px;
        max-width: 100%;
    }

.about-us-description {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #3A394F;
}

    .about-us-description * {
        margin: 0;
    }

.mobile-brand-image
{
    display: none;
}

    .mobile-brand-image img {
        width: max-content !important;
        max-width: 100%;
    }

@media only screen and (max-width: 1366px) {
    .page-banner {
        padding-right: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .page-banner {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 991px)
{
    .page-banner {
        padding-right: 20px;
    }

    .banner-brand-image
    {
        display: none;
    }

    .mobile-brand-image {
        display: block;
        margin-bottom: 36px;
    }
}