:root {
  --PrimaryColor: #137695;
  --TitlesColor: #043c4d;
  --LegendsColor: #8c9394;
  --MenuHoverColor: #00c3ff;
  --ButonTextColor: #ffffff;
}

#services-container {
  margin-bottom: 150px;
}

.services-works {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}

.services-works:nth-of-type(2) {
  flex-direction: row-reverse;
}
.services-works:nth-of-type(2) .services-works-img {
  background-image: url(../images/solutionsImages/GESTAOPROJETO.png);
}

.services-works-text {
  width: 60%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 20px;
}

.services-works-text h2 {
  color: var(--TitlesColor);
  font-size: 32px;
}

.services-works-text p,
.services-works ul {
  color: var(--LegendsColor);
  text-align: justify;
  line-height: 22px;
}

.services-works ul {
  margin-left: 20px;
}
.services-works-text strong {
  font-weight: 600;
}
.services-works-img {
  width: 40%;
  height: 100%;
  background-image: url(../images/solutionsImages/SUPORTE.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.video-container {
  max-width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .services-works,
  .services-works:nth-of-type(2) {
    flex-direction: column;
    height: auto;
  }
  .services-works-text {
    width: 100%;
    height: 50%;
    padding-top: 30px;
  }

  .services-works-text h2 {
    color: var(--TitlesColor);
    font-size: px;
  }
  .services-works-img {
    width: 100%;
    height: 400px;
  }
}
