body {
  font-family: Ubuntu;
}
/*container*/
.container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
/*header*/
header {
  width: 1440px;
  background-color: #284069;
  margin: auto;
  display: flex;
  padding: 53px 98px;
  align-items: center;
  justify-content: space-between;
}
.logo-link {
  vertical-align: middle;
  display: inline-block;
}
.header-nav {
  display: flex;
  justify-content: center;
}
.header-ul {
  display: flex;
  column-gap: 50px;
}
.page-link {
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.active {
  color: #f56013;
}
.inactive {
  color: #ddeaf8;
}
/*section*/
section {
  padding: 94px 98px;
  background-color: #ddeaf8;
}
.section-header {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 54px;
  color: #f56013;
}
.section-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 22px;
}
.article-card {
  width: 400px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
}
.card-image {
  width: 340px;
  height: 220px;
  object-fit: cover;
}
.info {
  display: flex;
  width: 145px;
  height: 44px;
  margin: 30px 0px 0px 195px;
}
button {
  width: 100%;
  height: 100%;
  border: none;
  background-color: #f56013;
  border-radius: 10px;
  font-weight: 400px;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
}
/*footer*/
footer {
  padding-block: 48px;
  background-color: #284069;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-logo {
  display: flex;
  gap: 32px;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
}
.social-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
