.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left {
  position:relative;
  width: 100%;
  height: 400px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.container-left img{
  position: absolute;
  bottom: 31px;
  left: 60%;
  transform: translateX(-50%);
  height: 700px;
  transition: all 0.5s;
}
.container-left:hover img{
  height: 690px;
  left:60%;
}

.container-left {
  position: relative;
  width: 50%;
  height: 500px;
  border-radius: 8px;
}

.container-left .headline {
    position: absolute;
    margin-left:49px;
    filter : drop-shadow(0 -3px 4px #000);
    bottom:-83px;
    z-index: 1;
    transition: all 0.5s;
    font-size: 105px;
}

.right {
  width: 50%;
  min-height: 400px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-radius: 8px;
  color: white;
  margin-left: -50px;
  z-index: 2;
}
/* .right h1 {
  font-size: 40px;
  font-weight: lighter;
}
.right p {
  margin: 20px 0;
  font-weight: 500;
  line-height: 25px;
}
.right a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: white;
  color: black;
  padding: 20px 30px;
  display: inline-block;
  letter-spacing: 2px;
} */

.right table {
	width: 100%;
	border-collapse: collapse;
	margin:50px auto;
	}
.right tr:nth-of-type(odd) {
	background: var(--black);
	}
.right td{
  padding: 5px;
  border-bottom: 0.5px solid var(--yellowT);
  text-align: left;
  font-size: 13px
	}
  .right .content td span{color:var(--yellow);}


  @media (max-width: 1000px) {

    .container-left img{
      left:56%; heigh:580px;
  }
  .container-left:hover img{
    left:56%; heigh:590px;
}
  .container-left .headline{
    font-size: 90px;
  }

}


@media only screen and (max-width: 768px) {

  .container {
    flex-direction: column;
    width: 100%;
    margin: 0 20px;
  }

  .left {
    width: 100%;
    height: 400px;
  }

  .right {
    width: 90%;
    margin: 0;
    margin-top: 0px;
  }

  .container-left img{
    height:450px;
  }
  .container-left:hover img{
    height:460px;
  }

  .container-left .headline{
    font-size: 70px;
    margin-left: -19%;
    bottom: -41px;
  }
  .block-ps-palmares {
    margin-bottom: 50px;
}

}
