@font-face {
  font-family: "PT Astra Fact regular";
  src: url(../fonts/PTAstraFact-Regular.ttf);
}

@font-face {
  font-family: "PT Astra Fact";
  src: url(../fonts/PTAstraFact-Bold.ttf);
}

html {
  scroll-padding-top: 55px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PT Astra Fact regular";
  /* outline: 1px solid red; */
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

body {
  overflow-x: hidden;
  background-color: #f7f8fb;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

.locked {
  overflow: hidden;
}
.container-investors {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-top {
  padding: 40px 0;
  background-color: #ffffff;
}
.section-top-topic {
  color: #626b7d;
  font-size: 14px;
  text-align: center;
}
.section-top-title {
  margin-top: 24px;
  color: #262930;
  font-size: 40px;
  text-align: center;
}
@media (max-width: 769px) {
  .section-top-title {
    font-size: 32px;
  }
}

/*news*/
.news-investors {
  padding: 48px 0 80px 0;
}
.news-investors-wrap {
  display: flex;
  flex-direction: column;
}

.news-investors-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.news-investors-item-content {
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
}
.news-investors-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 418px;
}
.news-investors-item-content-title {
  font-size: 20px;
  line-height: 1.5;
  color: #003a5c;
}
.news-investors-item:hover .news-investors-item-content-title {
  color: #4eb9e5;
}
.news-investors-item-content-desc {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #001b36;
  font-size: 14px;
  line-height: 1.5;
}
.news-investors-item-content-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #dde3ed;
}
.news-investors-item-content-data-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-investors-item-icon {
  width: 32px;
  height: 32px;
}
.news-investors-item-content-data {
  font-size: 14px;
  color: #2d3d57;
}
.news-investors-item-content-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background-color: #4eb9e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-investors-item-content-icon {
  width: 16px;
  height: 16px;
}
.news-investors-btn {
  margin-top: 60px;
  padding: 18px;
  color: #0c1a22;
  font-size: 15px;
  text-align: center;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #abb2bd;
  background-color: transparent;
  cursor: pointer;
}
.news-investors-item-content-icon-desc {
  display: none;
}
@media (max-width: 1040px) {
  .news-investors-items {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .news-investors-item {
    /* flex-direction: row; */
    max-width: 400px;
  }

  .news-investors-item-content {
    /* border-radius: 16px 0 0 16px; */
    padding: 32px;
  }
  .news-investors-item-content-title {
    margin-top: 16px;
    font-size: 18px;
  }
  .news-investors-item-content-icon-desc {
    display: block;
    font-size: 14px;
    color: #ffffff;
  }
  .news-investors-item-content-icon-wrap {
    width: 100%;
    max-width: 158px;
    height: 42px;
    gap: 8px;
  }
  .news-investors-item-content-data {
    font-size: 12px;
  }
}
@media (max-width: 870px) {
  .news-investors-item {
    /* flex-direction: row; */
    max-width: 326px;
  }
  .news-investors-item-content {
    padding: 28px 20px;
  }
}

@media (max-width: 725px) {
  .news-investors-item {
    /* flex-direction: row; */
    max-width: 360px;
  }
}
@media (max-width: 650px) {
  .news-investors {
    padding: 60px 0px;
  }

  .news-investors-link {
    margin-top: 40px;
    max-width: 360px;
  }
  .news-investors-items {
    margin-top: 60px;
  }
  .news-investors-item-content {
    border-radius: 16px 16px 0 0;
  }
  .news-investors-item {
    flex-direction: column;
  }

  .news-investors-item-img-mobile {
    display: none;
  }
  .news-investors-item-img {
    display: block;
  }
}
