.tablet-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.data {
  font-size: 15px;
  font-weight: 400;
  width: 50%;
}

.data h1 {
  margin-bottom: 16px;
  font-size: 25px;
}
.capsule-container {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.mb-12 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

@media screen and (max-width: 600px) {
  .tablet-container {
    flex-direction: column;
    margin: 20px;
  }
  img {
    max-width: 100%;
  }

  .data {
    width: 100%;
  }
}
