.content-with-animated-background .custom-content-wrap {
  position: relative;
}
.content-with-animated-background .page-center {
  max-width: 100%;
}
.content-with-animated-background .custom-background-image {
  background-attachment: fixed;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: repeat;
  background-size: initial;
}
.content-with-animated-background .custom-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.content-with-animated-background .custom-background-overlay-pattern {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  opacity: 0.2;
  background-attachment: scroll;
}
.content-with-animated-background .uvc-multi-color-bg{
  color: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: MultiColorVC 10s alternate infinite;
  -moz-animation: MultiColorVC 10s alternate infinite;
  animation: MultiColorVC 10s alternate infinite;
  z-index: 9;
  opacity: .6;
  background-color: #e14949;
}
.content-with-animated-background .custom-content-container {
  position: relative;
  text-align: center;
  padding: 0;
}
.content-with-animated-background .custom-title h2 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #ffffff;
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 10px;
}
.content-with-animated-background .custom-content-col p {
  font-size: 32px;
  line-height: 40px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
.content-with-animated-background .page-center {
  max-width: 100%;
  padding: 0;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .content-with-animated-background .custom-content-container {
    width: 66.66%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .content-with-animated-background .custom-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .content-with-animated-background .custom-content-col p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .content-with-animated-background .custom-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .content-with-animated-background .custom-content-container {
    padding: 0;
  }
}