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

.software-services {
  margin-top: 100px;
  padding-bottom: 100px;
}

.software-services-wrap {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

#SOFT-prevencao {
  flex-direction: row-reverse;
}
.software-services-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

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

.software-services-text span {
  font-size: 18px;
  font-weight: 500;
  color: var(--PrimaryColor);
  padding-top: 20px;
}

.software-services-text p,
.software-services-text ul {
  color: var(--LegendsColor);
  padding-top: 10px;
  font-size: 14px;
}

.software-services-text p {
  line-height: 22px;
}

.software-services-text ul {
  margin-left: 20px;
}

.software-services-text ul li {
  padding: 5px;
  line-height: 22px;
}

.software-services-img {
  width: 50%;
}

.software-services-img img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .software-services-wrap, #SOFT-prevencao  {
  flex-direction: column;
}
.software-services-text, .software-services-img {
  width: 100%;
}

}