.cover-image {
    /*background-image: url("/static/images/search-bg-1.jpg");*/
    background-image: linear-gradient( rgba(0, 0, 0, 0.85), rgba(208, 143, 249, 0.5) ), url(/static/images/search-bg-1.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}

.deposition:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    right: 0;
    /*margin-top: -5em;*/
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 70%);
    clip-path: polygon(0 0, 0 100%, 100% 70%);
	background: #3bceac;
    z-index: 1;
}

.deposition:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    margin-top: -22rem;
    -webkit-clip-path: polygon(100% 0, 100% 100%, -40% 60%);
    clip-path: polygon(100% 0, 100% 100%, -40% 60%);
	background: #ffd34f;
	z-index: 1;
}
/* Text within a deposition class should be within the deposition-inside class */
.deposition-inside {
    z-index: 3;
    position: relative;
    text-align: center;
    color: #3b3b3b;
    margin: 0 auto;
    width: 100vw;
    max-width: 1200px;
}

/* styling for trust sentences slider on homepage */
.trust-slider {
  height: 24px;
  overflow: hidden;
}

.trust-track {
  transition: transform 0.5s ease-in-out;
}

.trust-item {
  height: 24px;
}