.common-links,
.zw-only-copyright {
   background: #f9f9f9;
}

.main {
   background: #f9f9f9;
   padding-bottom: 30px;
}

h3 {
   font-size: 21px;
}

.case-study-part-details {
   width: 100%;
   margin: 0 auto;
   max-width: none;
}

.customer-detailed-content.cus-type {
   overflow: visible;
}

.customer-detailed-page {
   width: 100%;
   background: #2980d9;
}

.customer-detailed-page>div>h1 {
   width: 525px;
   color: #fff;
   text-align: left;
   padding: 50px 0;
   margin: 0;
   font-size: 26px;
   font-weight: 600;
}

.case-study-customers-container-right-logo {
   margin: -103px 0 0 0;
   box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
   -webkit-box-shadow: 10px 10px 13px -2px rgba(0, 0, 0, .05);
   background: #fff;
   padding: 10px 0;
   box-sizing: border-box;
   width: 280px;
   border: 1px solid #eee;
   float: right;
}

.case-study-customers-container-right-logo img {
   max-height: 45px;
   width: auto;
}

.case-study-customers-container-right-logo>ul>li>span {
   display: block;
   font-size: 11px;
   font-weight: 600;
   color: #8996a0;
}

.case-study-customers-container-right-logo>ul {
   margin: 0;
   padding: 0;
}

.case-study-customers-container-right-logo>ul>li {
   list-style-type: none;
   text-align: center;
   border-bottom: 1px solid #eee;
   padding: 20px 0;
   font-size: 13px;
}

.case-study-customers-container-right-logo>ul>li:last-child {
   border-bottom: 0;
}

.content-wrap {
   max-width: 860px;
   overflow: visible;
   clear: both;
}

.customer-detailed-content.cus-type>div:first-child {
   float: right;
   width: 30%;
}

.customer-detailed-content>div {
   width: 60%;
   display: table-cell;
   float: left;
   position: relative;
   box-sizing: border-box;
   margin: 50px 0 0;
   padding: 0;
}

.content-wrap.customer-detailed-content-row>div {
   width: 100%;
   display: block;
   margin: 0 auto;
}

.content-wrap.customer-detailed-content-row>div ul {
   list-style: disc;
   padding: 0 0 0 30px;
}

.view-all-next,
.customer-area {
   display: none;
}

.customer-detailed-content>div>p {
   padding: 0;
   margin: 0 0 20px;
}

.customer-detailed-content>div>p:last-child {
   margin: 0;
}

.cust-details {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.cust-thumb {
   margin: 0 15px 0 0;
}

.cust-thumb img {
      width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}

span.high-light {
   font: 18px/1.4 var(--zf-primary-semibold);
}

.footer-sec-wrap.two-column {
   display: none;
}

.ZF-support {
   background: #f9f9f9;
}

.bottom-cta-section {
   padding: 60px 0 40px;
   text-align: center;
}

.bottom-cta-section h4 {
   font-size: 30px;
}

.customer-detailed-content>div>p:last-child {
   margin-bottom: 30px;
}

.zwc-download-pdf {
   width: 80%;
   background: #f0483e;
   display: block;
   margin: 0 auto;
   color: white;
   padding: 10px 20px;
   font-family: var(--zf-primary-semibold);
   font-size: 17px;
}
.double-quote {
    max-width: 100%;
    padding: 30px 38px 20px;
    margin-top: 40px;
    border-left: 5px solid #2880d9;
    background-color: #fff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
   .customer-detailed-page>div>h1 {
      width: 100%;
      text-align: center;
   }

   .case-study-customers-container-right-logo {
      margin: -30px auto 10px;
      display: block;
      width: 100%;
      float: none;
   }

   .customer-detailed-content.cus-type>div:first-child {
      float: none;
      margin: 0 auto;
      width: 300px;
      display: block;
      max-width: 100%;
   }

   .customer-detailed-content>div {
      width: 100%;
      padding: 10px 0;
   }

   span.high-light {
      font: 16px/1.4 var(--zf-primary-semibold);
   }

   .bottom-cta-section h4 {
      font-size: 24px;
      max-width: 220px;
      margin: 0 auto 15px;
   }

}