  /* style for the business template page */

.portfolio-block.container {
    border-left: none;
    border-right: none;
}

@media (min-width: 992px) {
    .portfolio-block.container {
        border-left: 1px solid #B6CFDD;
        border-right: 1px solid #B6CFDD;
    }
}

@media (min-width: 992px) {
    .portfolio-block .section-header {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .accordion {
        margin: unset;
    }

    .accordion>li:last-of-type {
        margin: 0;
        padding-bottom: 40px;
    }
}

.accordion .opener {
    background-color: #B6CFDD;
    font-family: "Causten Extra Bold", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #315473;
}

.accordion .icon-wrap {
    background-color: #B6CFDD;
}

.bg-dark .plus {
    border-color: #315473;
}

.bg-dark .plus:before,
.bg-dark .plus:after {
    border-color: #315473;
    background-color: #315473;
}

a:hover .plus:after,
a:hover .plus:before {
    background: #7FA9B8;
}

a:hover .bg-dark .plus {
    border-color: #7FA9B8;
}

a:hover .bg-dark .plus:after,
a:hover .bg-dark .plus:before {
    background: #7FA9B8;
}

/* text section */

.portfolio-card {
    padding-left: 0;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .portfolio-card {
        padding-left: 50px;
    }
}

.portfolio-card .business-name {
    border-bottom: none;
    font-family: "Causten Extra Bold", "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 26px;
    line-height: 31px;
    text-transform: uppercase;
    margin: unset;
    padding: unset;
    padding-bottom: 30px;
}

.portfolio-card .business-name[href] {
    color: #7FA9B8;
}

.portfolio-card .business-name[href]:hover {
    color: #7FA9B8;
}

.portfolio-card {
    color: #545860;
}

.portfolio-card .link {
    color: #315473;
    text-decoration: underline;
}

.portfolio-card .link:hover {
    color: #7FA9B8;
}