.btn-desck {
  display: flex;
}
.btn-mobile {
  display: none;
}
#depoimento_video .wrap{
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 15px;
}

#depoimento_video .text-left {
  width: 559px;
}

#depoimento_video .text-left p {
  color: #616365;
}

#depoimento_video a {
  background: #0067FF;
  color: #fff;
  border-radius: 12px;
  width: 276px;
  height: 56px;
  align-items: center;
  justify-content: center;
}

#depoimento_video .depoimento {
  position: relative;
  max-width: 648px;
  height: 100%;
  border-radius: 24px;
}

#depoimento_video .depoimento .bg-depoimento {
  object-fit: cover;
  z-index: -1;
  border-radius: 24px;
}
#depoimento_video .depoimento .dados-pessoa {
  position: absolute;
  bottom: 0;
  left: 15px;
}
#depoimento_video .depoimento .dados-pessoa h4, #depoimento_video .depoimento .dados-pessoa p {
  color: #fff;
}
 #depoimento_video .depoimento button {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  top: 0;
  left: 0;
}
#depoimento_video .depoimento button:focus {
  outline: none;
  border: none;
}

@media screen and (max-width: 1200px) {
  .btn-desck {
    display: none;
  }
  .btn-mobile {
    display: flex;
  }
  #depoimento_video .wrap {
    display: block;
  }
  #depoimento_video .text-left {
    width: auto;
  }
  #depoimento_video .depoimento {
    max-width: 648px;
    height: auto;
    margin: 0 auto;
  }
  #depoimento_video .depoimento .bg-depoimento{
    width: 100%;
  }
  #depoimento_video a {
    margin: 35px auto 0;
  }
}