@media (min-width: 992px) {
  .container-linhas {
    margin: 0px;
    height: 700px;
    margin-top: -60px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
  }

  .col-linha {
    height: 700px;
    padding: 0px;
  }

  .left {
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    left: 0;
  }

  .right {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
  }

  .left,
  .right {
    position: absolute;
    top: 73px;
    width: 58vw;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .left:hover,
  .right:hover {
    box-shadow: none;
  }

  .text-col-left,
  .text-col-right {
    padding: 10px 10px;
    font-size: 48px;
    width: 70%;
    position: absolute;
    text-transform: uppercase;
  }

  .text-col-left {
    color: white;
    top: 60%;
    right: 0%;
    background-color: #14572f;
    text-align: start;
    padding-left: 10%;
  }

  .text-col-right {
    text-align: end;
    padding-right: 10%;

    color: #fbbf00;
    top: 60%;
    left: 0;
    background-color: #121615;
  }
}

@media (max-width: 992px) {
  .col-linha {
    height: 70vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .caixa-texto-linha {
    width: 100%;
  }

  .left,
  .right {
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  }

  .left:hover,
  .right:hover {
    box-shadow: none;
  }

  .text-col-left,
  .text-col-right {
    padding: 10px 10px;
    font-size: 48px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 8%;
  }

  .text-col-left {
    color: white;
    background-color: #14572f;
    text-align: center;
  }

  .text-col-right {
    color: #fbbf00;
    background-color: #121615;
    text-align: center;
  }
}
