.case-study-customer {
  height: auto;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.case-study-customer h2, h4, p, span{
  color:white;
}
.case-study-customer h2{
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
}
.case-study-customer h4{
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 100;
}

.case-study-customer-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
}

.case-study-customer-wrapper > * {
  max-width: 100%;
  min-width: 100%;
  position: relative;
}

.content-no-img {
  width: 50%;
}

.case-study-customer h4,
.case-study-customer .overline {
  color: white;
}

.case-study-customer .overline {
  margin: 0 1rem 0 0;
  letter-spacing: 0.2rem;
  font-weight: 700;
}

.case-study-client-item-text {
  margin-bottom: 2rem;
  color:white;
}

.case-study-customer-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.case-study-customer-logo img{
  max-width:100%;
}
.case-study-customer .device-image {
  height: auto;
  display: block;
  width: 130%;
  position: relative;
  left:-40%;
}

@media screen and (min-width: 640px) {
  .case-study-customer-wrapper {
    flex-direction: row-reverse;
  }
  .case-study-customer-wrapper > * {
    max-width: 50%;
    min-width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  .case-study-customer-wrapper {
    max-width:1440px;
  }
  .case-study-customer-wrapper > * {
    max-width: 50%;
    min-width: 50%;
  }
}
@media screen and (max-width:767px){
    .case-study-customer-wrapper {
    flex-direction: column-reverse;
  }
