.tablet_container {
  font-size: 1.125rem;
}
.tablet_container input:required {
  box-shadow: none;
}
.tablet_container label {
  font-family: MetropolisSemiBold;
  color: black;
}
.tablet_container a {
  font-family: MetropolisSemiBold;
  text-decoration: none;
  color: black;
}
.tablet_container a:hover {
  color: #32B8A5;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .tablet_container {
    position: absolute;
    padding: 6.6% 8.7% 6.2% 8%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.whole-tablet {
  position: relative;
}

.img-tablet {
  width: 100%;
}

.tablet_heading {
  font: 1.5rem MetropolisSemiBold;
  margin-bottom: 1.25rem;
  color: white;
}
@media (min-width: 1200px) {
  .tablet_heading {
    color: black;
  }
}
