.case-studies, .trusted, .post, .posts, .services-inner .services {
  position: relative;
}

.case-studies .logo img, .trusted-logos .logo img {
  display: block;
}

.case-studies .logo, .case-studies .info, .trusted-logos .logo, .trusted .info, .case-studies p, .case-studies h3, .trusted h3 {
  box-sizing: border-box;
}

.case-studies h2, .trusted h2, .services-inner h2 {
  text-transform: uppercase;
}

.case-studies .studies, .case-studies, .trusted-logos, .trusted, .post, .posts, .services-inner .services {
  display: flex;
  flex-wrap: wrap;
}

.posts, .services-inner .services {
  justify-content: space-between;
}

.blog-posts, .services-wrapper {
  background-repeat: no-repeat;
}

.blog-posts, .services-wrapper {
  background-size: cover;
}

.blog-posts {
  background-position: center center;
}

.services-wrapper {
  background-position: center top;
}

.case-studies p, .case-studies h3, .trusted h3 {
  width: 60%;
}

.case-studies h4, .case-studies h3, .trusted h3 {
  font-family: "neurial_grotesk", sans-serif;
}

.case-studies h2, .trusted h2, .services-inner h2 {
  font-family: "Weekly", sans-serif;
}

.trusted a, .services-inner .services div a {
  color: #02BBED;
  margin: 1.5em 0;
  background-image: url("/app/images/global/chevron-right.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-right: 1.5em;
}
.trusted a:hover, .services-inner .services div a:hover {
  color: #FFD600;
}

.case-studies, .trusted {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .case-studies, .trusted {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.case-studies, .trusted {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .case-studies, .trusted {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .case-studies, .trusted {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.case-studies h2, .trusted h2, .services-inner h2 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.services-inner .services div h3, .services-inner > p, .case-studies h3, .trusted h3 {
  font-size: 2.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .services-inner .services div h3, .services-inner > p, .case-studies h3, .trusted h3 {
    font-size: 2.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .services-inner .services div h3, .services-inner > p, .case-studies h3, .trusted h3 {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 450px) {
  .services-inner .services div h3, .services-inner > p, .case-studies h3, .trusted h3 {
    font-size: 1.5em;
  }
}

.case-studies h4 {
  font-size: 1.4em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .case-studies h4 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .case-studies h4 {
    font-size: 1.15em;
  }
}
@media screen and (max-width: 450px) {
  .case-studies h4 {
    font-size: 1.1em;
  }
}

.case-studies p, .trusted p, .services-inner .services div p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .case-studies p, .trusted p, .services-inner .services div p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .case-studies p, .trusted p, .services-inner .services div p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .case-studies p, .trusted p, .services-inner .services div p {
    font-size: 0.9em;
  }
}

.case-studies .download-link, .trusted a, .services-inner .services div a, .case-studies h2, .trusted h2, .services-inner h2 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .case-studies .download-link, .trusted a, .services-inner .services div a, .case-studies h2, .trusted h2, .services-inner h2 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .case-studies .download-link, .trusted a, .services-inner .services div a, .case-studies h2, .trusted h2, .services-inner h2 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .case-studies .download-link, .trusted a, .services-inner .services div a, .case-studies h2, .trusted h2, .services-inner h2 {
    font-size: 0.8em;
  }
}

.case-studies h4, .case-studies h3, .trusted h3 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.case-studies h2, .trusted h2, .services-inner h2 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.case-studies .download-link, .trusted a, .services-inner .services div a, .case-studies p, .trusted p, .services-inner .services div p, .services-inner > p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  height: 1280px;
  background-image: url("/app/images/home/hero.jpg");
}
.hero h1 {
  top: 500px;
  right: 0;
}

.hero-text h2 {
  width: 65%;
}

@media screen and (max-width: 760px) {
  .hero {
    height: 880px;
    background-position: 84% bottom;
    background-size: 170%;
  }
}
.intro {
  margin-top: -300px;
}

.intro-stats {
  background: url("/app/images/global/content-bottom-bg.jpg") no-repeat bottom center;
  background-size: 100%;
}

.services-wrapper {
  background-image: url("/app/images/home/services-bg.jpg");
  background-color: #151251;
}

.services-inner {
  padding-top: 120px;
  padding-left: 5%;
  background-color: #02BBED;
  margin-left: 5%;
}
.services-inner h2 {
  color: #151515;
  margin-bottom: 1.5em;
}
.services-inner > p {
  width: 50%;
  max-width: 900px;
}
.services-inner .services {
  background-color: #151251;
  padding: 5%;
  border-top-left-radius: 20px;
  margin-bottom: -5%;
  z-index: 9999;
  border-bottom: solid 20px #FFD600;
}
.services-inner .services div {
  width: 30%;
  margin-bottom: 3em;
}
.services-inner .services div h3 {
  font-weight: 900;
  color: #FFFFFF;
}
.services-inner .services div p {
  color: #FFFFFF;
  width: 75%;
}
.services-inner .services div a {
  color: #02BBED;
  width: 100px;
}

@media screen and (min-width: 900px) and (max-width: 1400px) {
  .services-inner > p {
    width: 75%;
  }
  .services-inner .services div {
    width: 46%;
  }
  .services-inner .services div p {
    width: 85%;
  }
}
@media screen and (max-width: 899px) {
  .services-inner > p {
    width: 80%;
  }
  .services-inner .services div {
    width: 100%;
  }
  .services-inner .services div p {
    width: 90%;
  }
}
.blog-posts {
  padding-top: 240px !important;
  padding-left: 0;
  overflow: hidden;
  background-image: url("/app/images/home/blog-bg.jpg");
}
.blog-posts > h2, .blog-posts > h3 {
  margin-left: 10%;
}

.posts {
  width: 100%;
  margin-left: 10%;
}

.post {
  margin-bottom: 6em;
  width: 19%;
  flex-direction: column;
}
.post:last-of-type {
  opacity: 0.1;
  overflow: hidden;
}

@media screen and (max-width: 1064px) {
  .blog-posts {
    padding-left: 5%;
    padding-right: 5%;
  }
  .blog-posts > h2, .blog-posts > h3 {
    margin-left: 0;
  }
  .posts {
    margin-left: 0;
  }
  .post:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .blog-posts {
    display: none;
  }
}
.trusted {
  align-items: center;
  background-color: #424242;
  border-top: 15px solid #252525;
  margin-left: 5%;
  color: #FFFFFF;
}
.trusted .info {
  width: 40%;
}
.trusted h2 {
  width: 100%;
}
.trusted-logos {
  width: 50%;
  margin-right: 5%;
}
.trusted-logos .logo {
  width: 25%;
  padding: 0.5em;
  margin-bottom: 1.5em;
}
.trusted-logos .logo img {
  width: 100%;
  filter: grayscale(100%);
}

@media screen and (min-width: 961px) and (max-width: 1400px) {
  .trusted-logos .logo {
    width: 33.33%;
  }
}
@media screen and (min-width: 761px) and (max-width: 960px) {
  .trusted-logos .logo {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .trusted {
    margin-left: 5%;
    color: #FFFFFF;
  }
  .trusted .info {
    width: 95%;
    padding-right: 5%;
  }
  .trusted .trusted-logos {
    width: 90%;
    margin-bottom: 1.5em;
  }
  .trusted .trusted-logos .logo {
    width: 40%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.case-studies {
  background-color: #FFD600;
  border-top: 15px solid #816D00;
  margin-right: 5%;
}
.case-studies h2 {
  width: 100%;
}
.case-studies h4 {
  margin-top: 1.5em;
}
.case-studies .info {
  width: 30%;
  padding-left: 5%;
}
.case-studies .studies {
  width: 70%;
}
.case-studies .logo {
  width: 25%;
  padding-right: 5%;
  margin-bottom: 3em;
}
.case-studies .logo img {
  width: 100%;
  filter: grayscale(100%);
}
.case-studies .download-link {
  color: #151515;
  margin: 3em 0;
  background-image: url("/app/images/global/download-icon-white.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 1em 2.5em 1em 0;
}
.case-studies .download-link:hover {
  color: #02BBED;
}

@media screen and (min-width: 1301px) and (max-width: 1520px) {
  .case-studies .studies .logo {
    padding-right: 2%;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 961px) and (max-width: 1300px) {
  .case-studies .studies .logo {
    width: 33.33%;
    padding-right: 2%;
    margin-bottom: 3em;
  }
  .case-studies .studies .logo img {
    width: 70%;
  }
}
@media screen and (min-width: 761px) and (max-width: 960px) {
  .case-studies .info {
    width: 40%;
  }
  .case-studies .studies {
    width: 60%;
  }
  .case-studies .studies .logo {
    width: 50%;
    padding-right: 2%;
    margin-bottom: 3em;
  }
  .case-studies .studies .logo img {
    width: 70%;
  }
}
@media screen and (max-width: 760px) {
  .case-studies .info {
    width: 100%;
    padding-right: 0;
  }
  .case-studies .studies {
    width: 100%;
    margin-right: 0;
  }
  .case-studies .studies .logo {
    width: 40%;
    margin-left: 5%;
    margin-bottom: 3em;
  }
}
