.servicos-home {
  padding: 5rem 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0.01%, #000 65.31%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%),
    url(../images/servicos-home.webp);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.servicos-home .container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 64px;
}

.servicos-home .section-paragraph__variant {
  margin-bottom: 40px;
}

.servicos-home .youtube {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.youtube img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  filter: brightness(0.5);
}

.youtube .play-button {
  width: 72px;
  height: 72px;
  background-color: var(--primary-highlight-foreground);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  border-radius: 50%;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube .play-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube .play-button svg {
  transform: rotate(270deg);
}

.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  background-color: var(--primary-highlight-foreground);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .servicos-home .container {
    grid-template-columns: 1fr;
  }
  .servicos-home .youtube {
    max-width: 600px;
    margin: 0 auto;
  }
}
