[device="pc"] [aboutUs-page] > .section {
    padding: 3em 1em 5em 1em;
}

[device="mobile"] [aboutUs-page] > .section {
    padding: 1em;
}

[aboutUs-page] > .section > p {
    font-size: 2.4em;
    line-height: 2em;
    color: #000;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid var(--primary);
    margin: 1em 0;
}

[aboutUs-page] > .section > div {
    line-height: 1.5em;
}

[aboutUs-page] > .section > img {
    display: block;
    margin: 2em 0;
    width: 100%;
}