* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  background: #1b54dd;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.header_title h1 {
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}

.header_button button {
  font-weight: 600;
  font-size: 14px;
  color: #1a2028;
  border-radius: 2px;
  width: 110px;
  height: 41px;
}

.container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.main_meti {
  display: flex;
  align-items: center;
  gap: 32px;
}

.itme_super {
  font-weight: 700;
  font-size: 24px;
  color: #262626;
}

.itme_text {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  margin: 16px 0;
}

.itme_link a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #1b54dd;
}

.main_item {
  display: flex;
  align-items: center;
  gap: 32px;
}

.item_super {
  font-weight: 700;
  font-size: 24px;
  color: #262626;
}

.item_text {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  margin: 16px 0;
}

.item_link a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #1b54dd;
}

.main_itm {
  display: flex;
  align-items: center;
  gap: 32px;
}

.itm_super {
  font-weight: 700;
  font-size: 24px;
  color: #262626;
}

.itm_text {
  font-weight: 400;
  font-size: 14px;
  color: #262626;
  margin: 16px 0;
}

.itm_link a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #1b54dd;
}

.btn {
  font-weight: 600;
  font-size: 14px;
  color: #1b54dd;
  border-radius: 2px;
  padding: 12px 24px;
  margin-left: 180px;
}
.logos{
  display: flex;
  gap: 50px;
  justify-content: center;
}
.paper{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  padding: 16px;
}
.avenue{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: var(--grey-4);
  
}
.mark{
  padding-top: 16px;
}
