.hero-nav-advertise {
  left: 38% !important;
}

.section-wrapper {
  margin: 0 auto;
  margin-bottom: 80px !important;

  @media screen and (min-width: 769px) {
    margin-bottom: 0 !important;
  }
}

.section-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.overflow-hidden {
  margin-bottom: -108px;

  @media screen and (min-width: 769px) {
    margin-bottom: 0;
  }  
}

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

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

.rounded-button {
  background-color: white;
  color: black;
  padding: 12px 22px;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: background-color 0.3s ease;
  z-index: 999;
  margin: 0 auto 28px auto;
  display: block;
  width: fit-content;
  font-weight: bold;
  overflow: visible;

  @media screen and (min-width: 1024px) {
    font-size: 16px;
    padding: 14px 28px;
    margin: 0 auto 40px auto;
  }
}

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

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

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

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

@media screen and (min-width: 1024px) {
  .block {
    max-width: 324px;
  }
}

/* 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.79;
  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: 32px;
  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;
}

.advertise-with-us p {
  margin: 12px auto 28px auto;
  width: 68%;
}

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

  .hero-large-title {
    line-height: 0.79;
    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;
  }

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

  .section-title span {
    display: inline-block;
  }

  .advertise-with-us p {
    margin: 30px auto 40px auto;
    width: 48%;
  }
  
  .advertise-with-us .two-col-wrapper {
    margin-top: 65px;
  }
}

@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;
  }
  #jobros {
    padding-bottom: 190px;
  }
}
