#news {
  min-height: 1360px;
}
@media screen and (min-width: 700px) {
  #news {
    min-height: 2000px;
  }
}
@media screen and (min-width: 1024px) {
  #news {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1200px) {
  #news {
    min-height: 750px;
  }
}

.section-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

.hero-large.card {
  background-color: #ff501b;
  color: #000;
  padding: 80px 30px 92px 30px;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

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

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

section.card {
  position: relative;
  text-align: center;
}

.wrapper {
  padding: 0 3px;
}

#whysamsung {
  padding-bottom: 65px;
  padding-top: 45px;
}

section.advertise-with-us.card {
  background-color: #000;
}

@media screen and (min-width: 1024) {
  .wrapper {
    padding: 0 135px;
  }
}

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

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

.news-see-more.cta {
  margin-top: 35px;
}

.audience {
  background: #171717;
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .audience .two-col-wrapper {
    text-align: left;
    align-items: center;
    justify-items: center;
  }
}

.about-us {
  background: url("../img/advertise/desktop/M4/BG-Image.png") center center;
  background-size: cover;
  padding-bottom: 63px;
}


.about-us .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.about-us .cta {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .about-us.card {
    padding: 123px 30px;
    margin-top: 60px;
  }

}

.two-col-wrapper {
  max-width: 1400px;
  display: grid;
  gap: 30px;
  margin: 20px auto 0;
  padding: 0 17px;
}

.two-col-wrapper .cta {
  max-width: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .two-col-wrapper {
    grid-template-columns: repeat(2, 1fr);
    /* gap: 13%; */
    margin-top: 65px;
    max-width: 1550px;
    padding: 0 135px;
  }
}

.two-col img {
  width: 100%;
  display: block;
  height: auto;
  max-width: 672px;
  margin: 0 auto;
}

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

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

.block {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

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

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

@media screen and (min-width: 1024px) {
  .block {
    max-width: 324px;
  }
  .news-feed .block img {
    min-height: 187px;
  }
}

@media screen and (min-width: 1400px) {
  .news-feed .block img {
    min-height: 275px;
  }
}

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

.three-col-wrapper .cta {
  max-width: 100px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .block {
    max-width: 568px;
  }
  .three-col-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

/* TODO: refactor to one style sheet  */
/*Font family and size*/

/* Hero section */
.hero-large .section-wrapper {
  width: 100%;
}

.hero-large-title {
  font-family: "Samsung Sharp Sans";
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.59;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  display: flex;
  flex-direction: column;
  max-width: 360px;
  margin: 0 auto;
}

.hero-large-title-top {
  align-self: flex-start;
}

.hero-large-title small {
  font-family: "Samsung Sharp Sans";
  font-size: 2.057rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #000;
  display: block;
  align-self: flex-end;
  margin-top: 15px;
  margin-right: 15px;
}

/* advertise card */

.advertise-with-us .col p {
  margin-top: 35px;
  padding: 0 40px 10px;
  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;
  color: #fff;
  max-width: 245px;
  margin: 35px auto 15px;
}

/* audience section */

.audience p {
  max-width: 290px;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: center;
  margin: 0 auto 14px; 
}

/* news feed */

.section-title {
  margin: 0 auto;
  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;
}

.section-title span {
  display: block;
}

.advertise-with-us .two-col-wrapper {
  margin-top: 30px;
}

.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;
}

/* about us section */

.about-us p {
  max-width: 300px;
  margin: 14px auto 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;
}

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

  .section-title {
    font-size: 2.8rem;
    padding-top: 5px;
  }

  .hero-large-title {
    line-height: 0.59;
    color: #000;
    max-width: 710px;
  }
  
  .hero-large-title small {
    font-size: 3.333rem;
    line-height: 1.11;
    margin-top: 30px;
    margin-right: 90px;
  }

  /* advertise card */
  .advertise-with-us .two-col-wrapper{
    gap: 13%;
  } 

  .advertise-with-us .col p {
    padding: 0 120px;
    max-width: 700px;
    font-size: 1.333rem;
    line-height: 1.33;
    padding: 0;
    margin: 45px auto 20px;
  }

  #whysamsung {
    padding-top: 75px;
    padding-bottom: 150px;
  }

  .section-title span {
    display: inline-block;
  }
  
  .advertise-with-us .two-col-wrapper {
    margin-top: 65px;
  }

  .audience p {
    max-width: 515px;
    font-size: 1.333rem;
    text-align: left;
  }

  .audience .two-col-wrapper {
    margin-bottom: 85px;
  } 

  /* news feed */

  .news-feed .news-title {
    font-size: 2.833rem;
    line-height: 1.1;
    max-width: 680px;
    padding-top: 25px;
  }
  .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;
  }
  .news-see-more.cta {
    margin-top: 60px;
  }
  /* about us section */

  .about-us p {
    max-width: 1000px;
    font-size: 1.333rem;
    line-height: 1.33;
    margin-top: 8px;
  }
}

@media screen and (min-width: 1447px) {
  .cta {
    padding: 30px 87px;
  }
  .hero-large.card {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .hero-large-title {
    max-width: 820px;
  }
  .hero-large-title small {
    margin-right: 0;
  }
  #whysamsung {
    padding-bottom: 190px;
  }
  .audience p {
    max-width: 600px;
  }
  .audience .section-title {
    padding-top: 25px;
  }
  /* news feed */
  .news-feed h3 {
    margin-bottom: 14px;
  }
  /* about us section */
  .about-us p {
    max-width: 1330px;
  }
  .about-us .cta {
    margin-top: 70px;
  }
}
