news.css 2.88 KB
.news {
  padding-top: 142px;
}
.news__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #333B49;
  -ms-flex-item-align: start;
      align-self: start;
}

.news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrapper {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-block {
  margin-right: 19px;
  height: 261px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-block__img {
  width: 427px;
  height: 141px;
}
.news-block__img-1 {
  background-image: url("../img/main/news/1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__img-2 {
  background-image: url("../img/main/news/2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__img-3 {
  background-image: url("../img/main/news/3.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.news-block__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.news-block__title_1 {
  margin-bottom: 23px;
}

.news-block-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
}
.news-block-bottom__link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #333B49;
}
.news-block-bottom__date {
  font-family: "Muller";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #636B78;
}

.news__button {
  border: 1px solid #F2994A;
  background-color: #FFFFFF;
  color: #F2994A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  padding: 13px 30px;
  border-radius: 9.375px;
  font-family: "Muller";
  font-weight: 500;
  font-size: 13.125px;
  line-height: 13px;
  margin-top: 60px;
}
.news__button:hover {
  background: #F5851A;
  border-radius: 9.375px;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  border: 1px solid #F5851A;
  cursor: pointer;
  border: none;
  font-family: "Muller";
  font-weight: 500;
  font-size: 13.125px;
  line-height: 13px;
  border: 1px solid #F5851A;
}