.other-banner-two {
  /* background-image: url("../img/background-images1.jpg"); */
  width: 100%;
  min-height: 483px;
  /* background-size: 100% 100%; */
  background-size: cover;
  position: relative;
}

.other-banner-two video {
  position: absolute;
  width: 100%;
  min-height: 483px;
  object-fit: cover;
}

.other-banner-two .container {
  z-index: 1;
}

.other-banner-two .other-banner-heading-two {
  background-color: var(--whitecolor);
  width: 36%;
  padding: 50px 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.other-banner-two .other-banner-heading-two h2 {
  font-family: var(--fontGraphikSB);
  font-size: 40px;
  line-height: 48px;
  color: var(--testimonialBG);
  margin: 0;
}

.other-banner-two .other-banner-heading-two h2 span {
  color: var(--primarycolor);
}

.other-banner-two .other-banner-heading-two p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.content-case-studies .ccs p {
  font-family: var(--fontGraphik);
  font-size: 16px;
  line-height: 24px;
  color: var(--descriptioncolor);
  margin: 0;
  margin-top: 20px;
}

.content-case-studies .ccs:not(:last-child) {
  margin-bottom: 40px;
}

.button-wpp-case-study {
  min-width: 210px;
  text-align: center;
  display: inline-block;
  font-family: var(--fontGraphikMD);
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  color: var(--whitecolor);
  margin: 0;
  border: 1px solid var(--whitecolor);
  padding: 10px 20px;
  transition: 0.2s ease-in all;
  -webkit-transition: 0.2s ease-in all;
  -moz-transition: 0.2s ease-in all;
  -ms-transition: 0.2s ease-in all;
  -o-transition: 0.2s ease-in all;
  border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  -ms-border-radius: 49px;
  -o-border-radius: 49px;
}

.button-wpp-case-study:hover {
  background-color: var(--whitecolor);
  color: var(--normalcolor);
  border: 1px solid var(--whitecolor);
}

@media (max-width: 767px) {
  .other-banner-two .other-banner-heading-two {
    width: 100%;
  }

  .other-banner-two .other-banner-heading-two h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .trusted-industry-leaders .case-study-slider {
    margin-top: 16px;
  }
}
