@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.reset-css {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

input {
  outline: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  background: #f2f1f6;
}
@media (min-width: 320px), (max-width: 410px) {
  .wrapper {
    padding: 8vh 16px 0px;
  }
  .title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 6px;
    max-width: 250px;
  }
  .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    max-width: 300px;
    margin-bottom: 38px;
  }
  .banner_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .list_item {
    display: flex;
    gap: 12px;
  }
  .item_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .item_img {
    width: 72px;
    height: 72px;
    border-radius: 8px;
  }
  .info_title {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 20px;
    max-width: 90%;
  }
  .info_btn {
    padding: 3px 10px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    width: fit-content;
  }
  .disabled .info_title,
  .disabled .info_btn {
    color: rgba(0, 0, 0, 0.38);
  }
  .d_n {
    display: none;
  }
}

/* testmedia */

/* @media (min-width: 420px) {
  body {
    background: red;
  }
} */
