/* Style the container */
.billing-address-title {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    position: relative;
}

/* Style the title text */
.billing-address-title-text {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}

