a {
  text-decoration: none;
}

body#static-header {
  margin-top: 49px;
}

main {
  background-color: #EEF5FF;
}

.press-hero {
  padding-top: 30px;
}
.press-hero h1 {
  font-family: var(--rt-font-ibm);
  font-size: 48px;
  font-weight: 700;
  line-height: 62.4px;
  text-align: left;
  color: var(--rt-dark);
  margin-bottom: 32px;
}
.press-hero h1 br {
  display: none;
}
.press-hero .hero-wrapper {
  padding: 0px 0 30px;
}
.press-hero .news-logos {
  max-width: 609px;
  width: 100%;
}
.press-hero .news-logos span {
  font-family: var(--rt-font-dm);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #929292;
}
.press-hero .news-logos .logos-wrapper {
  margin-top: 22px;
}
.press-hero .hero-img {
  position: relative;
  top: 65px;
  z-index: 2;
  max-width: 465px;
  width: 100%;
}
.press-hero .hero-img img {
  width: 100%;
}

.press-news .news-wrapper {
  gap: 30px;
}
.press-news .news-wrapper .news-item {
  padding: 32px;
  border-radius: 32px;
  background-color: #fff;
  max-width: 570px;
  border: 2px solid transparent;
  width: 100%;
  flex: 1;
  flex-basis: 50%;
  transition: all 0.3s;
}
.press-news .news-wrapper .news-item .news-content {
  gap: 15px;
  display: flex;
}
.press-news .news-wrapper .news-item .news-content .site-title {
  font-family: var(--rt-font-dm);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: var(--rt-hover-blue);
}
.press-news .news-wrapper .news-item .news-content h2 {
  font-family: var(--rt-font-ibm);
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-align: left;
  color: var(--rt-dark);
  margin-top: 26px;
}
.press-news .news-wrapper .news-item .news-content .news-img-date .site-date {
  font-family: var(--rt-font-dm);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: right;
  color: #929292;
  display: block;
}
.press-news .news-wrapper .news-item .news-content .news-img-date .img {
  max-width: 222px;
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
}
.press-news .news-wrapper .news-item .news-content .news-img-date .img img {
  width: 100%;
  border-radius: 16px;
  height: 156px;
  object-fit: cover;
}
.press-news .news-wrapper .news-item .news-content .news-desc {
  max-width: 320px;
  width: 100%;
}
.press-news .news-wrapper .news-item:hover {
  border: 2px solid #DFECFE;
}
.press-news .news-wrapper .article_btn {
  font-family: var(--rt-font-dm);
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: right;
  color: #A4C5FC;
  width: 170px;
  padding: 12px 25px 12px 25px;
  border-radius: 32px;
  border: 2px solid #A4C5FC;
  display: block;
  margin-top: 16px;
  transition: all 0.3s;
}
.press-news .news-wrapper .article_btn:hover {
  border: 2px solid #498BF9;
  color: #498BF9;
}

.reach-section {
  padding: 74px 32px;
}
.reach-section .reach-wrapper {
  background-color: #DFECFE;
  border-radius: 16px;
  padding: 100px 0 100px 120px;
  position: relative;
}
.reach-section .reach-wrapper .reach-content {
  max-width: 531px;
  width: 100%;
}
.reach-section .reach-wrapper .reach-content h2 {
  font-family: var(--rt-font-ibm);
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: var(--rt-dark);
  margin-bottom: 16px;
}
.reach-section .reach-wrapper .reach-content p {
  font-family: var(--rt-font-dm);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #646464;
}
.reach-section .reach-wrapper .reach-content p a {
  font-weight: 700;
  color: #646464;
  text-decoration: underline;
}
.reach-section .reach-wrapper .reach-img {
  position: absolute;
  bottom: -19px;
  right: 83px;
  max-width: 484px;
}
.reach-section .reach-wrapper .reach-img img {
  width: 100%;
}

@media (max-width: 1250px) {
  .press-news .news-wrapper .news-item {
    max-width: 48%;
  }
  .press-hero .hero-img {
    max-width: 29%;
  }
  .press-hero .news-logos {
    max-width: 69%;
  }
}
@media (max-width: 1100px) {
  .reach-section .reach-wrapper .reach-img {
    right: 10px;
  }
}
@media (max-width: 1025px) {
  .press-hero .hero-wrapper {
    justify-content: center;
  }
  .press-news .news-wrapper {
    justify-content: center;
  }
  .press-news .news-wrapper .news-item {
    max-width: 570px;
  }
  .press-hero .hero-img {
    max-width: 465px;
  }
  .press-hero .news-logos {
    max-width: 609px;
  }
  .press-hero {
    padding-top: 78px;
  }
  .reach-section .reach-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 0 0px 0px;
    border-radius: 0;
  }
  .reach-section .reach-wrapper .reach-img {
    position: relative;
    right: 0;
  }
  .reach-section {
    padding: 60px 0 0 0;
  }
  .reach-section .global-btn {
    text-align: center;
    margin-bottom: 13px;
  }
  .reach-section .global-btn a {
    max-width: 195px;
  }
  .reach-section .reach-wrapper .reach-content {
    padding: 0 30px;
  }
  .reach-section .reach-wrapper .reach-content h2, .reach-section .reach-wrapper .reach-content p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .press-hero h1 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
  }
  .press-hero .news-logos .logos-wrapper img {
    width: 22%;
  }
  .press-hero .news-logos span {
    display: block;
    text-align: center;
  }
  .press-news .news-wrapper .news-item .news-content {
    flex-wrap: wrap;
  }
  .press-news .news-wrapper .news-item .news-content .news-desc {
    max-width: 100%;
  }
  .news-img-date {
    width: 100%;
  }
  .press-news .news-wrapper .news-item .news-content .news-img-date .img {
    max-width: 100%;
  }
  .press-news .news-wrapper .news-item .news-content .news-img-date .img img {
    height: 300px;
    object-position: center;
  }
  .press-news .news-wrapper .news-item .news-content .news-img-date .site-date {
    text-align: left;
  }
  .press-news .news-wrapper .article_btn {
    text-align: center;
    width: 100%;
  }
  .press-news .news-wrapper .news-item .news-content .site-title {
    font-size: 14px;
  }
  .press-news .news-wrapper .news-item .news-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .press-news .news-wrapper {
    gap: 20px;
  }
}
@media (max-width: 540px) {
  .press-news .news-wrapper .news-item .news-content .news-img-date .img img {
    height: 200px;
    object-position: top;
  }
  .press-hero h1 br {
    display: inline;
  }
  .reach-section .reach-wrapper .reach-img {
    bottom: -14px;
  }
  .reach-section .reach-wrapper .reach-img img {
    width: 319px;
  }
}