.home .content-area.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.alignwide {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.alignfull {
  overflow: hidden;
  margin: 0 auto;
}

.home-top {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
  padding: 40px 0;
  background: #0a2b5f url("../images/hero.webp");
  background-size: cover;
  background-position: center top;
  width: 100%;
  position: relative;
}
.home-top .overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.35));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-top .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  color: #f9f9f9;
}
.home-top .content a {
  font-size: 2rem;
  text-transform: uppercase;
}
.home-top .content a:hover {
  color: #ffffff;
  text-decoration: none;
}
.home-top .content h2 {
  font-size: 2.8rem;
  color: #f9f9f9;
  margin: 1.6rem auto;
  line-height: 1.25;
  text-shadow: 1px 1px 0 #010101;
}
@media (min-width: 768px) {
  .home-top .content h2 {
    font-size: 3.2rem;
  }
}
.home-top .content p {
  font-size: 2rem;
  text-shadow: 1px 1px 0 #010101;
}
.home-top .content .modern {
  background: #D4D4D4;
}
.home-top .content .modern:hover {
  background: #008140;
  text-shadow: none;
}
@media only screen and (max-width: 960px) {
  .home-top .content img {
    margin: 0.2rem auto 0.1rem;
  }
}
@media only screen and (min-width: 960px) {
  .home-top .content {
    display: -ms-grid;
    display: grid;
    gap: 1.6rem;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -ms-grid-columns: 1fr 1.6rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

h2.title {
  margin: 2.5rem 0;
  text-align: center;
}

p.center {
  margin: 0 auto;
  max-width: 675px;
  text-align: center;
}

.discover-button {
  margin: 2.5rem 0 0;
}

ul.features-list {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0 0 1rem 0;
  display: inline-block;
}
ul.features-list li {
  padding: 0 0 0 2rem;
}
ul.features-list li:before {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url(https://plrget.com/wp-content/themes/plrget/assets/icons/utility/check-lg.svg) no-repeat 50% 50%;
  mask: url(https://plrget.com/wp-content/themes/plrget/assets/icons/utility/check-lg.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: rgba(13, 125, 62, 0.5);
  margin: 0 0.8rem;
}

section {
  padding: 2rem;
}

.downloads-list {
  margin: 3rem auto;
}
.downloads-list h2.title {
  margin: 2.5rem 0 0.5rem;
}
.downloads-list .product-title {
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem 0;
  line-height: 1.3;
}
.downloads-list .product-title a {
  font-size: 2rem;
  margin: 0.5rem auto 0;
  width: 90%;
  color: #444;
  text-decoration: none;
}
.downloads-list .product-title a:hover {
  color: #008140;
  text-decoration: underline;
}
.downloads-list p.desc {
  margin: 0 auto 4rem;
  text-align: center;
}
.downloads-list .list .item {
  border: 1px solid #dddddd;
  padding: 0.5rem;
}

.white .box {
  font-size: 1.8rem;
  padding: 4rem 0;
  text-align: center;
}
.white .gridd {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.grey {
  background-color: #eef0f1;
}
.grey .box {
  font-size: 1.8rem;
  padding: 4rem 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
.grey .gridd {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}

.faq {
  background-color: #eef0f1;
}
.faq .box {
  font-size: 1.8rem;
  padding: 4rem 0;
  max-width: 1200px;
  margin: 0 auto;
}
.faq h4 {
  font-size: 2.2rem;
}
.faq .gridd {
  -webkit-column-gap: 7rem;
     -moz-column-gap: 7rem;
          column-gap: 7rem;
}