.featured__products {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-block: 60px;
  padding-inline: 1em;
}
.featured__products .h1 {
  text-align: center;
}
.featured__products .products__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.featured__products .products__grid .box {
  padding: 30px 60px;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 30px;
  border: 1px solid #ed1c24;
}
.featured__products .products__grid .box .text {
  display: flex;
  flex-direction: column;
}
.featured__products .products__grid .box .text .product__name {
  font-size: 24px;
  color: #147691;
  padding-bottom: 30px;
  font-weight: 600;
}
.featured__products .products__grid .box .text p {
  font-size: 14px;
  line-height: 23.2px;
}
.featured__products .products__grid .box .text .btn__accent {
  margin-top: auto;
}
.featured__products .products__grid .box:hover .btn__accent {
  background-color: #147691;
}
@media screen and (max-width: 1025px) {
  .featured__products .products__grid .box {
    grid-template-columns: 1fr;
  }
  .featured__products .products__grid .box .image {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 567px) {
  .featured__products .products__grid {
    grid-template-columns: 1fr;
  }
  .featured__products .products__grid .box {
    padding-inline: 30px;
  }
}

.easterncape {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-block: 60px;
  padding-top: 0;
  display: block;
  padding-inline: 1em;
}
.easterncape .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.easterncape .left .btn__accent {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .easterncape .grid {
    grid-template-columns: 1fr;
  }
  .easterncape .grid .right {
    display: flex;
    justify-content: center;
  }
  .easterncape .grid .right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.about__lynne {
  padding-inline: 1em;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-block: 60px;
  display: block;
  background-color: #f4f4f4;
}
.about__lynne .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 769px) {
  .about__lynne .grid {
    grid-template-columns: 1fr;
  }
  .about__lynne .grid .image {
    display: flex;
    justify-content: center;
  }
  .about__lynne .grid .image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.discover {
  background-image: url("../images/discoverimage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding-block: 60px;
  display: flex;
  flex-direction: column;
  background-color: #147691;
  min-height: 380px;
  align-items: center;
  justify-content: center;
  padding-inline: 1em;
}
.discover p {
  font-size: 40px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.discover a {
  font-size: 40px;
  color: #ed1c24;
  line-height: 48px;
}
@media screen and (max-width: 567px) {
  .discover p, .discover a {
    font-size: 24px;
  }
}

/*# sourceMappingURL=default.css.map */
