[device="pc"] [contactUs-page] > .section {
    padding: 3em 0 5em 0;
}

[contactUs-page] > .section > p {
    font-size: 2.4em;
    line-height: 2em;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 1em 0 0 0;
}

[contactUs-page] > .section > div {
    line-height: 1.5em;
    text-align: center;
    color: #014A82;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 2em;
}

[contactUs-page] > .section > ul {
    display: block;
    overflow: hidden;
}

[device="pc"] [contactUs-page] > .section > ul {
    padding: 5em 0;
}

[device="mobile"] [contactUs-page] > .section > ul {
    padding-top: 5em;
}

[contactUs-page] > .section > ul > li {
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 10%;
}

[device="pc"] [contactUs-page] > .section > ul > li {
    width: 50%;
}

[device="mobile"] [contactUs-page] > .section > ul > li {
    width: 100%;
    margin-bottom: 5em;
}

[device="mobile"] [contactUs-page] > .section > ul > li:first-child > div > div:last-child {
    display: none;
}

[contactUs-page] > .section > ul > li > div {
    box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    position: relative;
    padding: 3em 1em;
    text-align: center;
    color: #000;
}

[contactUs-page] > .section > ul > li > div > img {
    position: absolute;
    display: block;
    width: 6em;
    top: -3.5em;
    border-radius: 6em;
    left: 50%;
    margin-left: -3em;
}

[contactUs-page] > .section > ul > li > div > p {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2em;
}

[contactUs-page] > .section > ul > li > div > div {
    line-height: 2em;
}

[contactUs-page] > .section > ul > li > div > div > a {
    color: #000;
}