body > .body > .container > .hero-container {
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 140px;
  background-color: #ffffff;
}
body > .body > .container > .hero-container > .image-container {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: calc(100% - 500px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("https://www.acsprinting.co.uk/images/print-insights/hero-bg.webp");
}
body > .body > .container > .hero-container > .inline > .text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 660px;
  float: left;
  padding: 50px;
  margin: 110px 0px;
  background-color: #ffffff;
}
body
  > .body
  > .container
  > .hero-container
  > .inline
  > .text-container
  > .title {
  max-width: 480px;
  float: left;
  text-align: left;
}
body
  > .body
  > .container
  > .hero-container
  > .inline
  > .text-container
  > .title
  > span {
  font-size: 80px;
  line-height: 30px;
}
body
  > .body
  > .container
  > .hero-container
  > .inline
  > .text-container
  > .description {
  float: left;
  margin-top: 40px;
}

.article-heading {
  background-position: center;
  background-size: cover;
  height: 180px;
}
.rounded-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-position: center;
  background-size: cover;
  margin: 15px 15px;
}
.article-header {
  background: #f799cc;
  color: #ffffff;
  opacity: 1;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 22px;
  font-weight: 600;
  line-height: 44px;
  height: 42px;
  font-family: "the-seasons", sans-serif;
}

.article-body > .article-headings > .article-body-col > h2 {
  font-size: 24px;
  text-align: left;
  padding: 30px 20px 5px 20px;
  font-weight: 600;
  font-family: "the-seasons", sans-serif;
}
.article-body > .article-headings > .article-body-col > h3 {
  font-size: 18px;
  text-align: left;
  padding: 0px 20px 10px 20px;
  font-weight: 500;
  font-family: "Euclid", "sans-serif";
}

.article-body > .article-headings {
  height: 140px;
  overflow: hidden;
}
.article-body > .article-content > .article-body-col > p {
  font-size: 16px;
  text-align: left;
  padding: 0px 20px 10px 20px;
  font-weight: 300;
  font-family: "Euclid", "sans-serif";
}

.article-body > .article-content {
  height: 150px;
  overflow: hidden;
}
.article-btn > .article-btn-white {
  background: #fff;
  color: #08284e;
  padding: 10px 0px;
  cursor: pointer;
}
.article-btn > .article-btn-grad {
  background: #f799cc;
  color: #ffffff;
  padding: 10px 0px;
  cursor: pointer;
}

.background-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.acs-rounded {
  border-radius: 24px;
}
.acs-rounded-big {
  border-radius: 48px;
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
  .article-heading {
    height: 220px;
  }
  .article-body > .article-headings {
    height: 120px !important;
  }
  .article-body > .article-headings > .article-body-col > h2 {
    padding-top: 20px;
  }
  .article-body > .article-content {
    height: 120px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 991px) and (min-width: 480px) {
  .article-row {
    padding: 0px 20px;
  }
  .article-body > .article-headings {
    height: 100px !important;
  }
  .article-body > .article-headings > .article-body-col > h2 {
    padding-top: 20px;
  }
  .article-body > .article-content {
    height: 120px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  .article-row {
    padding: 0px 20px;
  }
}

.text-dark {
  color: #1f2d40 !important;
}
.gradient-button {
  background: transparent linear-gradient(199deg, #055d7b 0%, #13cdc1 100%) 0%
    0% no-repeat padding-box !important;
  color: #ffffff !important;
}

@media only screen and (max-width: 1100px) {
  body > .body > .container > .articles-container > .article > a > img {
    padding: 20px 20px 0px 20px;
  }
}

/* ----------------------------------------------------*/
/* iPads and Tablets */
/* ----------------------------------------------------*/

@media only screen and (max-width: 900px) {
  .articles-container {
    flex-wrap: wrap;
  }
  .articles-container > .article {
    width: 100%;
  }
}

/* ----------------------------------------------------*/
/* Small Screens */
/* ----------------------------------------------------*/

@media only screen and (max-width: 1300px) {
}

/* ----------------------------------------------------*/
/* Smaller Screens */
/* ----------------------------------------------------*/

@media only screen and (max-width: 1100px) {
  body > .body > .container > .hero-container {
    margin-top: 60px;
  }
}

/* ----------------------------------------------------*/
/* iPads and Tablets */
/* ----------------------------------------------------*/

@media only screen and (max-width: 750px) {
  body > .body > .container > .hero-container > .image-container {
    width: 100%;
    height: 100%;
  }
  body > .body > .container > .hero-container > .inline > .text-container {
    float: left;
    padding: 40px;
    margin: 50px 0px;
  }
}

/* ----------------------------------------------------*/
/* Phones - Large */
/* ----------------------------------------------------*/

@media only screen and (max-width: 460px) {
}

/* ----------------------------------------------------*/
/* Phones - Small */
/* ----------------------------------------------------*/

.d-only-mobile {
  display: none !important;
}
@media only screen and (max-width: 950px) {
  .d-none-mobile {
    display: none !important;
  }
  .d-only-mobile {
    display: block !important;
  }
}

@media only screen and (min-width: 950px) {
}
h2.drawn {
  font-weight: 400 !important;
  font-size: 1.5em !important;
  line-height: 1em !important;
  font-family: "Euclid", sans-serif !important;
}
span.drawn {
  font-weight: 200 !important;
  font-size: 1.6em !important;
  line-height: 1.3em;
  font-family: "filmotype-lacrosse", sans-serif !important;
}

body > .body > .container {
  min-height: auto;
}
