@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Serif+Display:ital@0;1&display=swap");

.more {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 0 5%;
  margin-top: 7%;
}
.att {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.attribute-list {
  border-collapse: collapse;
  padding-bottom: 20%;
}
.attribute-list .attribute-item {
  display: table-row;
}
.attribute-list .attribute-item > div.left {
  background: #f4f4f4;
  width: 260px;
}
.attribute-list .attribute-item > div {
  border: 1px solid #ddd;
  background: white;
  color: #222;
  display: table-cell;
  font-weight: 400;
  line-height: 22px;
  padding: 12px;
}
.attribute-list .attribute-item > div.right {
  width: 290px;
}
.big-wrapper {
  background: linear-gradient(
    90deg,
    rgba(4, 17, 153, 1) 0%,
    rgba(5, 63, 127, 1) 36%,
    rgba(0, 159, 255, 1) 100%
  );
}
.attribute-title {
  width: 100%;
  font-size: clamp(0.4rem, 6vw + 0.5rem, 3rem);
  color: rgb(24, 236, 255);
  padding-bottom: 20px;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.video {
  margin-bottom: 20px;
  width: 700px;
  height: 390px;
}
.video-title {
  font-size: clamp(0.4rem, 6vw + 0.5rem, 3rem);
  color: rgb(24, 236, 255);
  padding-bottom: 20px;
}
.vid {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4.5%;
}
.image img {
  width: 540px;
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* --------------------------------------------------- */

@media (min-width: 1441px) {
  .more {
    justify-content: center;
    gap: 200px;
  }
}

@media (max-width: 1025px) {
  .video {
    margin-bottom: 10px;
    width: 450px;
    height: 250px;
  }
  .attribute-list .attribute-item > div.left {
    width: 200px;
  }
  .more {
    gap: 0;
  }
}

@media (max-width: 871px) {
  .more {
    display: flex;
    flex-direction: column;
  }
  .attribute-list {
    padding: 0 5% 10% 5%;
  }
  .attribute-title {
    margin-left: 0;
  }
  .attribute-title {
    text-align: center;
  }
  .image img {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .videos {
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .video {
    width: 400px;
  }
  .attribute-list .attribute-item > div {
    font-size: 13px;
  }
}

@media (max-width: 394px) {
  .videos {
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .video {
    width: 90vw;
    height: 200px;
  }
  .attribute-list .attribute-item > div.left {
    width: 40%;
  }
}
