body {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: Inter;
  src: url('../font/Inter.ttf') format('truetype');
}
* {
  font-family: Inter;
}
.title_model {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: -3%;
  text-align: center;
  text-transform: capitalize;
  padding: 100px 0 60px;
}
.title_model * {
  margin: 0;
}
.table_model {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 80px;
}
.table_model .list {
  width: 100%;
}
.table_model .list .title {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  padding: 30px 0;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -3%;
  text-transform: capitalize;
}
.table_model .list .title * {
  margin: 0;
}
.table_model .list .item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0%;
}
.table_model .list .item * {
  margin: 0;
}
.table_model .list .item div {
  width: 50%;
}
.table_model .list .item div:nth-child(1) {
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .title_model {
    font-size: 24px;
  }
  .table_model {
    width: 90%;
    margin: 0 auto 40px;
  }
  .table_model .list .title {
    font-size: 16px;
    padding: 15px 0;
  }
  .table_model .list .item {
    font-size: 12px;
    padding: 15px 0;
  }
}
