.overview-aboutus {
    font-weight: 400;
    font-size: 1.3846rem; /* 18px */
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(75, 85, 99, 1);
    padding-left: 2.462rem;
}

.about-us-img {
    padding-right: 9.231rem;
}

.uk-flex-aboutus {
    width: 100%;
    position: relative;
    margin-top: -3.0769rem; /* -40px */
    z-index: 2;
    box-sizing: border-box;
}

.uk-flex-aboutus > .uk-background-default {
    border-radius: 1.5385rem; /* 20px */
}

.uk-flex-middle-aboutus {
    align-items: stretch !important;
    padding: 64px 48px;
}

.uk-flex-aboutus .line {
    border-width: 0.0769rem; /* 1px */
    color: #0000004D;
    height: 100%;
    align-self: stretch;
}

.aboutus-logo img {
    max-width: 10.7692rem; /* 140px */
    max-height: 9.2308rem; /* 120px */
}

/* Tablet (max-width: 960px) */
@media (max-width: 960px) {
    .about-us-img {
        padding-right: 0;
    }

    .uk-flex-aboutus {
        flex-direction: column;
        margin-top: -1.8462rem; /* -24px */
    }

    .uk-flex-aboutus > .uk-background-default {
        flex-direction: column;
        padding: 1.8462rem; /* 24px */
    }

    .uk-flex-middle-aboutus {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
    }

    .uk-flex-aboutus .line {
        display: none;
    }

    .overview-aboutus {
        font-size: 1.2308rem; /* 16px */
        line-height: 1.8462rem; /* 24px */
        padding-top: 1.2308rem; /* 16px */
        padding-left: 0;
    }

    .aboutus-logo img,
    .uk-flex-aboutus img {
        max-width: 9.2308rem; /* 120px */
        max-height: 7.6923rem; /* 100px */
    }
}

/* Mobile (max-width: 640px) */
@media (max-width: 640px) {
    .overview-aboutus {
        font-size: 1.0769rem; /* 14px */
        line-height: 1.6154rem; /* 21px */
    }

    .uk-flex-aboutus > .uk-background-default {
        padding: 1.2308rem; /* 16px */
        border-radius: 0.9231rem; /* 12px */
    }

    .uk-flex-aboutus {
        margin-top: -1.2308rem; /* -16px */
    }

    .aboutus-logo img,
    .uk-flex-aboutus img {
        max-width: 7.6923rem; /* 100px */
        max-height: 6.1538rem; /* 80px */
    }
}