* {
  -webkit-text-size-adjust: 100%;
}
.blog-post header {
  position: absolute;
  top: 0;
}

.blog-post section.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

.blog-post .below-hero .inner .go-back {
  bottom: 0;
  top: initial;
}

.blog-post .inner {
  position: relative;
  align-items: initial;
}

.blog-post .go-back {
  position: absolute;
  top: -80px;
  left: 0;
}

.blog-post section.hero img.bg {
  display: block;
  width: 100%;
  max-height: 558px;
  object-fit: cover;
}

.cs-wrapper section.solution.pink h4 {
  color: #ffffff;
}

.cs-wrapper section.solution.pink .get-in-touch {
  background-color: #ffffff;
  color: #d72280;
}

.blog-listing {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  row-gap: 50px;
}

.blog-listing h3 {
  font-size: 35px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 15px;
  margin: 40px 0;
}

.blog-listing .col {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
}

.blog-listing .col.hidden {
  display: none;
}

.blog-listing .col img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  display: block;
  margin-bottom: 25px;
}

.blog-listing .col a {
  color: #000000;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 24px;
}

.blog-listing .col a span {
  display: block;
  margin-top: 10px;
  color: #000000;
}

.blog-listing .col .date {
  color: #d72280;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.blog-listing .col p {
  font-size: 15px;
  flex: 1;
}

.blog-listing .col a.read-more {
  align-self: flex-start;
  justify-self: flex-end;
  font-size: 12px;
  color: #feffff;
  background: #d72280;
  border: 2px solid #fff;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}

.blog-listing .col a.read-more:hover {
  border-color: #d72280;
  background-color: #fff;
  color: #d72280;
}

.meta {
  color: #d72280;
  font-weight: bold;
  padding-left: 15px;
}

.blog-post.cs-wrapper section .inner p.heading-p {
  margin-block-end: 0.25em;
}

.blog-listing .container {
  padding: 0 15px;
  width: 100%;
}

section.blog-listing .inner {
  text-align: left;
  flex-direction: column;
  text-align: left;
}

.client-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.client-images {
  flex: 1;
}

.client-test {
  flex: 4;
}

img {
  max-width: 100%;
}

.below-hero .inner {
  padding: 30px 15px 40px;
  text-align: center;
}

.below-hero h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.below-hero span.date {
  font-size: 16px;
}

.below-hero .read-more {
  display: inline-block;
  font-size: 12px;
  color: #feffff;
  background: #d72280;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 30px;
  max-width: 135px;
  margin: 0 auto;
}

.gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.load-more {
  display: block;
  font-size: 12px;
  color: #feffff;
  background: #d72280;
  color: #ffffff;
  letter-spacing: 0.4px;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 10px;
  border: 0;
  margin: 0 auto;
  cursor: pointer;
}

.load-more[disabled] {
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .below-hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .below-hero span.date {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
  }

  .below-hero .read-more {
    margin-top: 30px;
  }

  .blog-listing .col .date,
  .blog-listing .col a.read-more {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .blog-listing {
    row-gap: 15px;
  }

  .blog-listing h3 {
    padding-left: 15px;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .blog-listing .col {
    width: 100%;
    margin-bottom: 40px;
  }

  .blog-listing .row .col img {
    height: 185px;
  }

  .blog-listing .row .col a {
    font-size: 24px;
  }

  .blog-listing .row .col a span {
    font-size: 26px;
    font-weight: 400;
  }

  .blog-listing .row .col .date {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .blog-listing .row .col a.read-more {
    margin-bottom: 20px;
  }

  .meta {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 14px;
  }

  .blog-post .go-back {
    display: block;
    top: -44px;
    left: 27px;
  }

  .client-images {
    display: none;
  }

  .below-hero h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .below-hero span.date {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
  }

  .main-menu ul.main li a {
    font-size: 18px;
  }

  .main-menu ul.main li {
    margin-bottom: 9px;
  }
}

video {
  max-width: 100%;
}

h4.intro {
  font-size: 20px;
  margin-bottom: 35px;
  font-weight: 500;
  color: #000;
  line-height: 30px;
}

.blog-listing .container a {
  color: #d72280;
}

.blog-post .container h2 {
  margin-top: 40px;
}

.blog-post .container em {
  margin-top: 0;
  display: block;
  color: #d72280;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  font-style: normal;
}

.blog-listing .container ol a {
  word-break: break-all;
}
