.brtc-home {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.brtc-home h1 {
    font-size: 42px;
    color: #123d74;
    margin-bottom: 10px;
}

.brtc-home h2 {
    font-size: 24px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 35px;
}

.brtc-home h3 {
    font-size: 30px;
    margin-top: 30px;
}

.brtc-home p {
    font-size: 20px;
    line-height: 1.6;
}
#pinfo-left {
    float:left;
    width:43%;
}

#pinfo-right {
    float:right;
    width:55%;
}

#cart-box {
    float:right;
    width:52.5%;
}