:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.our-core {
  padding: 3.75rem 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .our-core {
    padding: 3.125rem 0 12.5rem 0;
  }
}

.our-core::before {
  position: absolute;
  content: "";
}

@media (min-width: 1200px) {
  .our-core::before {
    height: 44.4375rem;
    width: 38.375rem;
    background-color: rgba(0,0,0,0);
    top: 45%;
    transform: translateY(-50%);
    right: -18.75rem;
    left: auto;
    background-image: url(/app/themes/wlc-new-site/dist/images/our-core-right-background_92b5d1f7.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
  }
}

.our-core::after {
  position: absolute;
  content: "";
}

@media (min-width: 1200px) {
  .our-core::after {
    height: 53.3125rem;
    width: 17.4375rem;
    background-color: rgba(0,0,0,0);
    top: 49%;
    transform: translateY(-50%);
    left: -3.75rem;
    background-image: url(/app/themes/wlc-new-site/dist/images/our-core-left-background_13cc0a09.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
  }
}

@media (min-width: 1200px) {
  .our-core__top-background {
    height: 125rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/app/themes/wlc-new-site/dist/images/our-core-top-background_4f14284e.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

@media (min-width: 1200px) {
  .our-core__bottom-background {
    height: 125rem;
    width: 100%;
    position: absolute;
    bottom: -6.25rem;
    left: 0;
    background-image: url(/app/themes/wlc-new-site/dist/images/our-core-bottom-background_d334a24f.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    z-index: -1;
  }
}

.our-core__title {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 1.9375rem;
  position: relative;
  margin-bottom: 3.2rem;
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .our-core__title {
    font-size: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .our-core__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .our-core__title {
    padding: 0;
    font-size: 4.25rem;
    letter-spacing: -0.1875rem;
  }
}

.our-core__title::after {
  position: absolute;
  content: "";
  height: .1875rem;
  bottom: -0.625rem;
  left: 1.25rem;
  width: 1.875rem;
  background: var(--red-color);
}

@media (min-width: 1200px) {
  .our-core__title::after {
    left: 0;
    height: .375rem;
    width: 4.0625rem;
  }
}

.our-core .clutch {
  display: flex;
  justify-content: center;
}

.our-core .clutch__image {
  width: 150px;
  height: 150px;
}

@media (min-width: 1440px) {
  .our-core .clutch__image {
    width: 300px;
    height: 300px;
  }
}

.core-boxes__boxes-cont {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1200px) {
  .core-boxes__boxes-cont {
    margin-bottom: 8.75rem;
  }
}

@media (min-width: 1200px) {
  .core-boxes__box-cont {
    padding: 0 .4375rem;
  }

  .core-boxes__box-cont:last-child {
    padding: 0 0 0 .4375rem;
  }

  .core-boxes__box-cont:first-child {
    padding: 0 .4375rem 0 0;
  }
}

.core-boxes__box {
  padding: 2.625rem;
  margin-bottom: 3.125rem;
  position: relative;
}

@media (min-width: 1200px) {
  .core-boxes__box {
    padding: 1.25rem 2.1875rem 4.375rem 2.1875rem;
    height: 100%;
    margin-bottom: 0;
  }
}

.core-boxes__box-one {
  background: var(--red-color);
}

.core-boxes__box-two {
  background: var(--dark-gray);
}

.core-boxes__box-three {
  background: var(--light-gray);
}

.core-boxes__number {
  display: none;
}

@media (min-width: 1200px) {
  .core-boxes__number {
    display: inline-block;
    color: var(--color-text-white);
    font-size: 3.75rem;
    font-weight: 300;
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 1440px) {
  .core-boxes__number {
    font-size: 4.4375rem;
    margin-bottom: 3.125rem;
  }
}

.core-boxes__box-title {
  font-size: 2.1875rem;
  color: var(--color-text-white);
  letter-spacing: -0.10625rem;
  hyphens: auto;
}

@media (min-width: 768px) {
  .core-boxes__box-title {
    font-size: 2.3125rem;
  }
}

@media (min-width: 992px) {
  .core-boxes__box-title {
    font-size: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .core-boxes__box-title {
    font-size: 2.875rem;
  }
}

.core-boxes__box-text {
  font-size: .9375rem;
  color: var(--color-text-white);
  letter-spacing: -0.03125rem;
}

@media (min-width: 768px) {
  .core-boxes__box-text {
    font-size: 1.0625rem;
  }
}

@media (min-width: 992px) {
  .core-boxes__box-text {
    font-size: 1.0625rem;
  }
}

@media (min-width: 1200px) {
  .core-boxes__box-text {
    font-size: 1.1875rem;
  }
}

@media (min-width: 1920px) {
  .core-boxes__box-text {
    font-size: 1.3125rem;
  }
}

.core-boxes__read-more {
  font-size: .6875rem;
  position: absolute;
  bottom: -0.8125rem;
}

@media (min-width: 1200px) {
  .core-boxes__read-more {
    font-size: .875rem;
  }
}

.more-profit__price-cont {
  position: relative;
}

.more-profit__price-cont::before {
  position: absolute;
  content: "";
  height: 160%;
  width: 100%;
  top: -25%;
  left: 0;
  background-color: var(--section-bg-gray-color);
  z-index: -1;
}

@media (min-width: 576px) {
  .more-profit__price-cont::before {
    left: -50%;
    width: 200%;
  }
}

@media (min-width: 1200px) {
  .more-profit__price-cont::before {
    display: none;
  }
}

.more-profit__cont {
  position: relative;
  padding: 0 1.875rem;
}

@media (min-width: 1200px) {
  .more-profit__cont {
    padding: 0;
  }
}

.more-profit__title h3 {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--red-color);
  font-size: 2.5rem;
  letter-spacing: -0.10625rem;
  line-height: 2.5625rem;
}

@media (min-width: 768px) {
  .more-profit__title h3 {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .more-profit__title h3 {
    font-size: 3.125rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__title h3 {
    font-size: 3.125rem;
  }
}

.more-profit__title span {
  font-size: 2.8125rem;
}

@media (min-width: 768px) {
  .more-profit__title span {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media (min-width: 1200px) {
  .more-profit__title span {
    font-size: 3.4375rem;
    line-height: 3.75rem;
  }
}

.more-profit__subtitle {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--color-text);
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: -0.04375rem;
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 2.1875rem;
}

@media (min-width: 1200px) {
  .more-profit__subtitle {
    font-size: 1.4375rem;
  }
}

.more-profit__subtitle::after {
  position: absolute;
  content: "";
  height: .3125rem;
  bottom: -1.25rem;
  left: 0;
  width: 3.3125rem;
  background: var(--red-color);
}

.more-profit__text p {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  color: var(--color-text);
  font-size: 1.125rem;
  letter-spacing: -0.03125rem;
  line-height: 2rem;
}

@media (min-width: 1440px) {
  .more-profit__text p {
    font-size: 1.3125rem;
  }
}

.more-profit__text strong {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  hyphens: auto;
}

.more-profit__img-cont {
  height: 7.1875rem;
  position: relative;
  margin: 1.4375rem 0 .625rem 0;
}

@media (min-width: 1200px) {
  .more-profit__img-cont {
    display: none;
  }
}

.more-profit__img-cont::before {
  position: absolute;
  content: "";
  width: .0625rem;
  height: 7.1875rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-right: .125rem dashed var(--color-text);
}

.more-profit__img-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: .5rem;
  border-radius: 50%;
}

.more-profit__img-bg img {
  margin: 0;
}

.more-profit__img {
  display: none;
}

@media (min-width: 1200px) {
  .more-profit__img {
    display: block;
    position: absolute;
    top: 0;
    right: 3.4375rem;
    margin: 0;
  }
}

.more-profit__big-price-cont {
  position: relative;
  height: 15.625rem;
}

@media (min-width: 1200px) {
  .more-profit__big-price-cont {
    height: 17.5rem;
  }
}

.more-profit__big-price-title {
  font-family: "BillionDreams";
  font-size: 2.1875rem;
  font-weight: 400;
  color: var(--color-text);
  text-align: center;
}

@media (min-width: 1200px) {
  .more-profit__big-price-title {
    font-size: 2.9375rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__big-price-title {
    font-size: 3.9375rem;
  }
}

.more-profit__price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .more-profit__price-box {
    top: -0.625rem;
  }
}

.more-profit__price-box::before {
  position: absolute;
  content: "";
  width: .0625rem;
  height: 2.625rem;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  border-right: .125rem dashed var(--color-text);
}

@media (min-width: 1200px) {
  .more-profit__price-box::before {
    display: none;
  }
}

.more-profit__price-currency {
  color: var(--red-color);
  font-size: 6.6875rem;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .more-profit__price-currency {
    font-size: 8.625rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__price-currency {
    font-size: 11.125rem;
  }
}

.more-profit__price {
  color: var(--red-color);
  font-size: 9rem;
  font-weight: 700;
  letter-spacing: -0.9375rem;
  padding-left: .3125rem;
  padding-right: .9375rem;
}

@media (min-width: 1200px) {
  .more-profit__price {
    font-size: 11.25rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__price {
    font-size: 15rem;
  }
}

.more-profit__price-rest-cont {
  display: flex;
  flex-direction: column;
}

.more-profit__price-rest {
  color: var(--red-color);
  font-size: 4.6875rem;
  font-weight: 700;
  letter-spacing: -0.625rem;
  padding-right: .625rem;
  position: relative;
  top: -0.75rem;
}

@media (min-width: 1200px) {
  .more-profit__price-rest {
    font-size: 5.625rem;
    top: -0.9375rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__price-rest {
    font-size: 7.8125rem;
    top: -1.25rem;
  }
}

.more-profit__price-per {
  color: var(--color-text);
  font-size: 1.0625rem;
  letter-spacing: -0.0375rem;
  position: relative;
  top: -2.5rem;
  left: .3125rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .more-profit__price-per {
    font-size: 1.4375rem;
    top: -3.125rem;
  }
}

@media (min-width: 1440px) {
  .more-profit__price-per {
    font-size: 1.8125rem;
    top: -4.375rem;
  }
}

.benefits__cont {
  padding: 0 1.25rem 3.75rem 1.25rem;
}

@media (min-width: 1200px) {
  .benefits__cont {
    padding: 0;
  }
}

.benefits__left {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .benefits__left {
    margin-bottom: 0;
  }
}

.benefits__right {
  padding: 0 .625rem;
}

@media (min-width: 1200px) {
  .benefits__right {
    padding: 0;
  }
}

.benefits__box-cont {
  position: relative;
}

@media (min-width: 1200px) {
  .benefits__box-cont {
    margin-top: 5.625rem;
    margin-right: 3.75rem;
  }
}

.benefits__box {
  background-color: var(--red-color);
  height: 26.9375rem;
  position: relative;
}

@media (min-width: 1200px) {
  .benefits__box {
    height: 48.4375rem;
  }
}

.benefits__box::after {
  position: absolute;
  content: "";
  border: .125rem solid var(--white-color);
  height: 22.5rem;
  top: 1.875rem;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 1200px) {
  .benefits__box::after {
    width: 90%;
    height: 40.5rem;
  }
}

@media (min-width: 1200px) {
  .benefits__box::before {
    position: absolute;
    content: "";
    background-image: url(/app/themes/wlc-new-site/dist/images/benefits-pattern_d935cf05.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.benefits__image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: none;
  width: 113%;
  object-fit: cover;
  margin: 0;
  z-index: 2;
}

@media (min-width: 1200px) {
  .benefits__image {
    height: 28.125rem;
  }
}

@media (min-width: 1440px) {
  .benefits__image {
    height: 29.9375rem;
  }
}

.benefits__of {
  color: var(--color-text);
  font-size: 1.625rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.125rem;
  margin: 0;
}

@media (min-width: 768px) {
  .benefits__of {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .benefits__of {
    font-size: 2.1875rem;
  }
}

@media (min-width: 1200px) {
  .benefits__of {
    font-size: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .benefits__of {
    font-size: 2.9375rem;
    line-height: 3.1875rem;
  }
}

.benefits__title {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--red-color);
  font-size: 1.8125rem;
  letter-spacing: -0.15625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-top: 0;
}

@media (min-width: 768px) {
  .benefits__title {
    font-size: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .benefits__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .benefits__title {
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 1440px) {
  .benefits__title {
    font-size: 3.3125rem;
  }
}

.benefits__subtitle {
  color: var(--color-text);
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .benefits__subtitle {
    font-size: 1.4375rem;
  }
}

.benefits__subtitle::after {
  position: absolute;
  content: "";
  height: .3125rem;
  bottom: -1.25rem;
  left: 0;
  width: 4.0625rem;
  background: var(--red-color);
}

.benefits__list {
  margin: 1.25rem 0;
  padding-left: 1.25rem;
}

@media (min-width: 1200px) {
  .benefits__list {
    padding-left: 2.1875rem;
  }
}

.benefits__list li {
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-left: .625rem;
  letter-spacing: -0.0525rem;
  line-height: 1.875rem;
  list-style-type: none;
  position: relative;
  color: var(--color-text);
}

.benefits__list li::before {
  content: "";
  position: absolute;
  height: 4px;
  left: -1.5625rem;
  top: .625rem;
  width: 12px;
  background: var(--red-color);
}

@media (min-width: 1200px) {
  .benefits__list li::before {
    height: 6px;
    left: -2.1875rem;
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .benefits__list li {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .benefits__list::after {
    position: absolute;
    content: "";
    bottom: -10.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: .1875rem;
    height: 9.0625rem;
    background-image: linear-gradient(var(--color-text) 50%, transparent 0%);
    background-position: top;
    background-size: .1875rem 1.5625rem;
    background-repeat: repeat-y;
  }
}

.benefits__read-more {
  margin-left: .625rem;
}

.benefits__line {
  display: none;
}

@media (min-width: 1200px) {
  .benefits__line {
    display: block;
    margin: .625rem auto 1.5625rem auto;
    width: .1875rem;
    height: 13.125rem;
  }
}

.how__cont {
  padding: 3.75rem 1.25rem;
  position: relative;
}

@media (min-width: 1200px) {
  .how__cont {
    padding: .625rem 0 0 0;
  }
}

.how__cont::before {
  position: absolute;
  content: "";
  height: 86%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--section-bg-gray-color);
  z-index: -1;
}

@media (min-width: 576px) {
  .how__cont::before {
    width: 200%;
    left: -50%;
  }
}

@media (min-width: 1200px) {
  .how__cont::before {
    display: none;
  }
}

.how__left {
  padding-bottom: 1.875rem;
}

@media (min-width: 1200px) {
  .how__left {
    padding-top: 10.625rem;
    padding-bottom: 0;
  }
}

.how__how {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--color-text);
  font-size: 2.375rem;
  letter-spacing: -0.125rem;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}

@media (min-width: 768px) {
  .how__how {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .how__how {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1200px) {
  .how__how {
    font-size: 2.9375rem;
  }
}

@media (min-width: 1200px) {
  .how__how::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 74%;
    height: .1875rem;
    background-image: linear-gradient(to right, var(--color-text) 50%, transparent 0%);
    background-position: left;
    background-size: 1.5625rem .1875rem;
    background-repeat: repeat-x;
  }
}

.how__title {
  color: var(--red-color);
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 2.6875rem;
  letter-spacing: -0.125rem;
  line-height: 2.59875rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .how__title {
    font-size: 2.875rem;
  }
}

@media (min-width: 992px) {
  .how__title {
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .how__title {
    font-size: 3.3125rem;
    line-height: 3.1875rem;
  }
}

.how__subtitle {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  color: var(--color-text);
  font-size: 1.25rem;
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
  margin-bottom: 2.1875rem;
}

@media (min-width: 1200px) {
  .how__subtitle {
    font-size: 1.4375rem;
  }
}

.how__subtitle::after {
  position: absolute;
  content: "";
  height: .3125rem;
  bottom: -1.25rem;
  left: 0;
  width: 4.0625rem;
  background: var(--red-color);
}

.how__text {
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  color: var(--color-text);
  font-size: 1.125rem;
  letter-spacing: -0.03125rem;
  line-height: 2rem;
  padding-bottom: 1.5625rem;
  hyphens: auto;
}

@media (min-width: 1440px) {
  .how__text {
    font-size: 1.3125rem;
    padding-right: 1.25rem;
  }
}

.how__box-cont {
  position: relative;
  padding-bottom: 3.75rem;
}

.how__box {
  background-color: var(--red-color);
  height: 16.25rem;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .how__box {
    height: 28.375rem;
  }
}

.how__box::after {
  position: absolute;
  content: "";
  border: .125rem solid var(--white-color);
  height: 12.5rem;
  top: 1.875rem;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 1200px) {
  .how__box::after {
    height: 24.375rem;
    width: 90%;
  }
}

.how__box img {
  position: absolute;
  object-fit: contain;
  margin: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 1;
}

.how__laptop {
  position: absolute;
  top: 1.5625rem;
  right: -1.5625rem;
  width: 22.5rem;
  z-index: 5;
}

@media (min-width: 1200px) {
  .how__laptop {
    right: -4.0625rem;
    width: 40.625rem;
  }
}

.how__laptop img {
  object-fit: contain;
  margin: 0;
  width: 100%;
  height: auto;
}

.how__read-more {
  margin-left: .625rem;
}
