.product-accordions {
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    overflow: hidden;
}

.product-accordions .panel {
    border-top: 1px solid #c7c7c7;
    overflow: hidden;
}

.product-accordions .panel:first-child {
    border-top: none;
}

.product-accordions .panel .panel-heading {
    padding: 2px 0.9375rem;
}

.product-accordions .panel .panel-heading .panel-title a {
    color: #3d3d3d;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h3.panel-title {
    margin-bottom: 0;
}

#cms section#main p, #cms section#main li {
    margin-bottom: .5rem;
    line-height: 20px;
}

#cms section#main h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.btn-primary:hover{
    color: #fff !important;
}