@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap");
.lexmark-container {
  font-family: 'Nunito', sans-serif !important;
  border-radius: 20px;
  background-color: #F2F2F2;
  background-image: url("../img/bg-body.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1156px;
  margin: 1rem auto;
}

.lexmark-container .img-fluid {
  max-width: 100%;
}

.lexmark-container h2 {
  font-size: 28px;
  font-weight: 600;
}

@media screen and (max-width: 1085px) {
  .lexmark-container h2 {
    font-size: 21px;
  }
}

.lexmark-container header .lexmark-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 1rem;
}

.lexmark-container header .lexmark-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lexmark-container header .lexmark-top .lexmark-top__left {
  max-width: 535px;
}

.lexmark-container header .lexmark-top .lexmark-top__left h1 {
  font-weight: 300;
  font-size: 28px;
}

.lexmark-container header .lexmark-top .lexmark-top__left h1 .semi {
  font-weight: 600;
  font-size: 2rem;
}

@media screen and (max-width: 1085px) {
  .lexmark-container header .lexmark-logo {
    padding: 2rem 5rem;
  }
  .lexmark-container header .lexmark-top {
    text-align: center;
  }
  .lexmark-container header .lexmark-top h1 {
    font-size: 21px;
  }
  .lexmark-container header .lexmark-top h1 .semi {
    font-size: 24px;
  }
  .lexmark-container header .lexmark-top p {
    padding: 0 1rem 1rem;
  }
}

.lexmark-container main {
  margin-bottom: 4rem;
}

.lexmark-container main .lexmark-arrow {
  text-align: center;
  position: relative;
  top: 8px;
}

@media screen and (max-width: 1085px) {
  .lexmark-container main .lexmark-arrow {
    max-width: 50%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 15px;
  }
}

.lexmark-container main .lexmark-products {
  background-color: #FFF;
  border-radius: 20px;
  padding: 2rem 0;
  margin: 0 2rem;
}

.lexmark-container main .lexmark-products h2 {
  text-align: center;
  margin: 0 1rem 2rem;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card {
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  border: 1px solid #D7D7D7;
  border-radius: 1rem;
  padding: 1rem 1rem;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 0 .5rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card img {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card .card__product-name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  min-width: 218px;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card .card__cta-section .card__cta {
  font-size: 18px;
  color: #0082FA;
  border-radius: 90px;
  border: 1px solid #0082FA;
  padding: 8px 10px;
  max-width: 112px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card .card__cta-section .card__cta span {
  margin-left: .5rem;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card .card__cta-section .card__cta span svg {
  stroke: #0082FA;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card:hover {
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  border: 1px solid #0082FA;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card:hover .card__cta-section .card__cta {
  color: #FFF;
  background-color: #0082FA;
  border: 1px solid #0082FA;
}

.lexmark-container main .lexmark-products .lexmark-products__wrapper .lexmark-wrapper__card:hover .card__cta-section .card__cta span svg {
  stroke: #FFF;
}

.lexmark-container footer {
  padding-bottom: 4rem;
  text-align: center;
}

.lexmark-container footer a {
  color: #0082FA;
}

.lexmark-container footer .lexmark-footer__top {
  margin-bottom: 4rem;
}

.lexmark-container footer .lexmark-footer__top h2 {
  margin: 0 1rem 1rem;
}

.lexmark-container footer .lexmark-footer__top p {
  max-width: 607px;
  margin: auto;
}

.lexmark-container footer .lexmark-footer__bottom {
  background-color: #FFF;
  border-radius: 20px;
  padding: 2rem 2rem;
  margin: 0 2rem;
}

.lexmark-container footer .lexmark-footer__bottom h2 {
  max-width: 832px;
  margin: auto;
}

.lexmark-container footer .lexmark-footer__bottom .bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem auto 0;
  max-width: 800px;
  text-align: left;
}

.lexmark-container footer .lexmark-footer__bottom .bottom__wrapper .wrapper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 368px;
  margin: 0 auto;
}

.lexmark-container footer .lexmark-footer__bottom .bottom__wrapper .wrapper__item span {
  margin-right: 1rem;
}

.lexmark-container footer .lexmark-footer__bottom .bottom__cta {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 8px 28px;
  background-color: #0082FA;
  border-radius: 90px;
  margin: 1rem auto 0;
  max-width: 78px;
}
