.hero-large.card {
  background-color: #e602ac;
  color: #000;
  padding: 70px 10px 90px 10px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .hero-large.card {
    height: 30vh;
    padding: 120px 0;
  }
}

.hero-large-copy {
  max-width: 490px;
  margin: 0 auto;
}

.hero-large .section-wrapper {
  display: flex;
  grid-template-columns: 1fr;
  justify-content: start;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.page-title {
  text-align: center;
  font-size: 3rem;
  max-width: 500px;
  margin: 20px auto;
}

@media screen and (min-width: 1024px) {
  .page-title {
    font-size: 5rem;
  }
}

section.card {
  position: relative;
  padding-bottom: 100px;
  padding-top: 50px;
  text-align: center;
}

.page-copy {
  text-align: center;
  font-size: 15px;
  max-width: 500px;
  margin: 20px auto;
}

.download.card {
  background: #000000;
  padding: 86px 15px 30px 18px;
}

@media screen and (min-width: 1024px) {
  .download.card {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}

.download-container {
  padding: 47px 0 47px 0;
  background: #00a1e5;
  border-radius: 20px;
  width: 100%;
  /* max-width: 326px; */
  margin:  0 auto;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download .wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

@media screen and (min-width: 1024px) {
  .download-container {
    flex-direction: row;
    padding-bottom: 69px;
    padding: 45px 80px;
    border-radius: 30px;
    max-width: 1190px;
    justify-content: space-between;
    align-items: center;
  }

  .download .wrapper {
    flex-direction: row;
    max-width: 1580px;
    margin: 0 auto;
  }

}

.two-col-wrapper {
  max-width: 1200px;
  display: grid;
  gap: 30px;
  margin: 50px auto 0;
  padding: 0 35px;
}

@media screen and (min-width: 1024px) {
  .two-col-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 75px;
  }
}

.two-col img {
  min-height: 300px;
  border: 1px solid grey;
  width: 100%;
  display: block;
}

.three-col img {
  min-height: 300px;
  border: 1px solid grey;
  width: 100%;
  display: block;
}

.three-col-wrapper {
  max-width: 1420px;
  display: grid;
  gap: 30px;
  margin: 50px auto 0;
  padding: 0 35px;
}

.three-col-wrapper picture {
  z-index: 2;
}

.block {
  display: flex;
  flex-direction: column;
  max-width: 565px;
  margin: 0 auto;
}

.block img {
  width: 100%;
  height: auto;
}

.news-feed .block.dynamic-article img {
  border-radius: 15px;
  min-height: 229px;
}

@media screen and (min-width: 1024px) {

  .block {
    max-width: 568px;
  }

  .news-feed .block img {
    min-height: 187px;
  }

  .news-feed .block.dynamic-article img {
    height: 255px;
  }

}

@media screen and (min-width: 1447px) {
  .news-feed .block.dynamic-article img {
    height: 330px;
  }
}

.block.static-article {
  display: none;
}

@media screen and (min-width: 1024px) {
  .three-col-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

.news-title {
  margin-top: 50px;
}

.news-feed {
  background: #000;
  padding-top: 60px;
}

@media screen and (min-width: 1024px) {
  .news-feed.card {
    padding-top: 0;
    margin-bottom: 53px;
  }
}

.news-feed small {
  text-align: left;
}

.features {
  background: url("../img/press/desktop/M4/BG-Image.png") center center;
  background-size: cover;
}

.features .block img {
  width: 80%;
  margin: 0 auto;
  z-index: 5;
}

.logo-wrapper .logo {
  max-width: 200px;
  margin: 20px auto;
  display: block;
}

.news-feed.card {
  border-radius: 0;
}

/* Hero section */

.hero-large-title {
  font-family: "Samsung Sharp Sans";
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.hero-large-title .top {
  font-family: "Samsung Sharp Sans";
  font-size: 1.857rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: block;
  align-self: start;
}

.hero-large-title small {
  font-family: "Samsung Sharp Sans";
  font-size: 3.571rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.64;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-top: 14px;
  margin-bottom: 14px;
  display: block;
  align-self: flex-end;
}

/* download section */
.download h3 {
  color: #000;
  font-family: "Samsung Sharp Sans";
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 270px;

}

.download-title-top {
  font-family: "Samsung Sharp Sans";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #000;
  align-self: flex-start;
}

.download-title small {
  font-family: "Samsung Sharp Sans";
  font-size: 3.571rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.68;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  align-self: flex-end;
  margin-top: 15px;
}

/* news feed section */

.news-feed .news-title {
  font-family: "Samsung Sharp Sans";
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
}

.news-feed h3 {
  margin: 22px 0 9px;
  text-align: left;
}

.news-feed h3 a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin: 22px 0 9px;
  font-family: "Samsung Sharp Sans";
  font-size: 1.429rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;

}

.news-feed small {
  font-family: "OneUlSans";
  font-size: 1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  text-align: left;
}

.news-feed .cta {
  margin-top: 55px;
}

/* features */
.features.card {
  padding-top: 60px;
}
.features .block {
  max-width: 255px;
  width: 100%;
  margin: 0 auto;
  
}

.features .block p {
  background: black;
  padding: 56px 29px 31px;
  border-radius: 16px;
  position: relative;
  top: -35px;
  font-family: "OneUlSans";
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
}

/* desktop */
@media screen and (min-width: 1024px) {
/* hero section */
  .hero-large-title {
    max-width: 735px;
  }

  .hero-large-title .top {
    font-size: 3.333rem;
    line-height: 1.11;
  }

  .hero-large-title small {
    font-size: 6.25rem;
    line-height: 0.59;
    margin-top: 35px;
    margin-left: 0;
  }

  /* download section */

  .download h3 {
    max-width: 355px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .download-title-top {
    font-size: 1.667rem;
    line-height: 1.83;
  }
  
  .download-title small {
    font-size: 3.333rem;
    line-height: 0.92;
    margin-top: 0;
  }

  .download-container .cta {
    margin: 0;
  }

  /* news feed */
  .news-feed .news-title {
    font-size: 2.833rem;
    line-height: 1.1;
  }

  .news-feed h3 {
    margin-bottom: 14px;
  }

  .news-feed h3 a {
    font-size: 1.417rem;
    line-height: 1.35;

  }
  .news-feed small {
    font-size: 0.917rem;
    font-weight: 500;
  }

  /* features */

  .features.card {
    padding-top: 220px;
  }

  .features .block {
    max-width: 330px;
  }

  .features .block p {
    position: relative;
    top: -65px;
    padding: 110px 35px 65px;
    font-size: 1rem;
    line-height: 1.33;

  }

}

@media screen and (min-width: 1447px) {
  /* hero section */
  .hero-large.card {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .hero-large-title {
    max-width: 1000px;
  }

  .hero-large-title small {
    margin-top: 47px;
  }
  .download h3 {
    max-width: 475px;
  }
  .download-container {
    max-width: 1580px;
    padding: 45px 110px 45px;
  }
  .features .block {
    max-width: 477px;
  }

  .three-col-wrapper {
    max-width: 1420px;
  }
}