main {
    padding: 0 1.5rem 2rem;
}
.designB .box h3 {
    color: #0c2d57;
}
.designB #moreBtn {
    background: #f98638;
}
main h2 {
    margin: 1.5rem 0; font-size: 1.6rem;
    font-weight: 800; line-height: 1.4;
    color: #5b606b;
}
main p {
    font-size: 1.4rem; font-weight: bold;
    line-height: 1.4; color: #5b606b;
}
main > img {
    width: 100%; margin-top: 1.5rem;
}
main .box {
    margin: 1.5rem 0;
    padding: 1.5rem; display: flex;
    flex-flow: column nowrap;
    border-radius: 1rem;
    border: 1px solid #f6eeea;
}
main .box h3 {
    color: #f98638; line-height: 1.4;
    font-weight: 800; font-size: 1.6rem;
    margin-bottom: 0.5rem;
}
main .box p {}
main #moreBtn {
    background-color: #0c2d57;
    font-size: 1.6rem; font-weight: bold;
    color: #fff; border-radius: 1rem;
    padding: 2rem; display: flex;
    align-items: center; position: relative;
    width: 100%; justify-content: center;
    margin-top: 4rem;
}
main #moreBtn img {
    width: 1rem; position: absolute;
    right: 1rem;
}