.teams_conditions{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  padding: 8vw 0;
}
.teams_conditions h2 {
  color: white;
}
.teams_conditions p {
  color: white;
}
.teams_conditions h1 {
  color: white;
  text-align: center;
  font-size: 2em;
}
.link_terms_conditions {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}
.link_terms_conditions img {
  position: relative;
  height: 30px;
  width: 30px;
}
.link_terms_conditions h4 {
  color: white;
  margin: 0 10px;
}
.link_terms_conditions:hover h4{
  text-decoration: underline;
}
.buttom_terms_conditions{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: calc(0.1vw + 0.1em) calc(0.5vw + 0.5em);
  z-index: 10;
  max-height: 50px;
  font-size: calc(1vw + 1em);
  font-weight: 300;
  border-radius: 5px;
  cursor: pointer;
  background-color: rgba(141, 67, 68, .9);
  color: white;
  font-size: calc(0.8em + 0.8vw);
  margin: 15px;
}
