.button {
    background: #ff4a17;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    display: inline-block;
}

.button:hover {
    background: #ff6e41;
    color: #fff;
}

.button.large {
    padding: 20px 48px;
}

.button.large-plus {
    padding: 30px 72px;
}

.info-box a.button {
    margin: 40px 0;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
.section .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}

.section .icon-box i {
    float: left;
    color: #5c8eb0;
    font-size: 40px;
    line-height: 0;
}

.section .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.section .icon-box h4 a {
    color: #365870;
    transition: 0.3s;
}

.section .icon-box .icon-box:hover h4 a {
    color: #ff4a17;
}

.section .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}

.section .icon-box:hover h4 a {
    color: #ff4a17;
}

.icon-box.icon-box-bg {
    background: #f0f4f8;
}

.salesforce .description {
    margin: 1rem 0;
}

.breadcrumbs {
    padding: 15px 0;
    background: #f0f4f8;
    min-height: 40px;
    margin-top: 103px;
}