/* BASIC css start */
.info-block {
    border-top: 1px solid #dedede;
    padding-bottom: 20px;
}

section.customer-info {
    padding: 0 16px;
}

.info-block h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    padding: 20px 0 10px;
}

.info-block .box {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;}

.info-block .box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color:#555;
    margin-bottom: 20px;
}

.info-block .box ol { 
}

.info-block .box p.highlight {
    color: #ff691f;
    margin-bottom: 0;
    margin-top: 20px;
}


 .info-block h2 a.btn {
    border: 1px solid #dedede;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    width: 73px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
    margin-left: 4px;
}
/* BASIC css end */

