.customer-detail .img {
    line-height: 0;
}

.customer-detail .img img {
    object-fit: cover;
    width: 100%;
}

.customer-detail .img .bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(
        180deg,
        #000000 0%,
        rgba(0, 0, 0, 0.8) 58.33%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0.7;
    transform: rotate(180deg);
}

.customer-detail .img .info {
    color: var(--background-color);
    line-height: 1.25;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.customer-detail .img .info .d-flex {
    font-size: var(--size-20);
}

.customer-detail .img .info span {
    font-family: var(--font-bold);
}

.customer-detail .content {
    list-style: inside;
}

.customer-detail .content p {
    margin: 1rem 0;
}

.customer-detail .content a{
    color: var(--si-brown-color);
}

.customer-detail .content .d-flex {
    flex-wrap: wrap;
}

.customer-detail .content img {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    display: block;
}

.customer-detail .content .wp-caption {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.customer-detail .content h2 {
    font-size: var(--size-24);
}

.customer-detail .content h1,
.customer-detail .content h2,
.customer-detail .content h3,
.customer-detail .content h4,
.customer-detail .content h5,
.customer-detail .content h6 {
    /* font-weight: 700; */
    font-family: var(--font-black);
    color: var(--octonary-color);
}

.customer-detail .content table {
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
}

.customer-detail .content td {
    padding: 10px;
    border: 1px solid #010300;
}

.customer-detail .content tr:first-child td {
    background-color: #f1d1a9;
    color: #934d26;
}

.customer-detail .content i {
    font-family: var(--font-italic);
}

.customer-page .si-customer {
    font-family: var(--font-stack);
}

.customer-page .si-customer h2 {
    font-family: var(--font-heavy);
}

.si-prev {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.si-next {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/si-next.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.si-pagi a:hover .si-prev {
    background-image: url("../images/si-prev-white.png");
}

.si-pagi a:hover .si-next {
    background-image: url("../images/si-next-white.png");
}

@media (max-width: 820px) {
    .customer-detail .content .wp-caption,
    .customer-detail .content img {
        width: 100% !important;
        height: auto;
        max-width: 100%;
    }
    .customer-detail .si-banners .d-sm-block.d-md-none img {
        height: auto;
    }
    .customer-detail .si-banners .bg-banner {
        background: none !important;
    }
    .customer-detail .d-flex.justify-content-between.mt-3.mb-2 div {
        width: 100%;
    }
}
