.service-title {
  color: var(--color-main-1);
  font-size: 24pt;
}

.service-explain {
  font-size: 15pt;
  line-height: 1.7;
}

.service-explain-outsystems {
  margin-bottom: 50px;
}

#section1 .service-explain-outsystems {
  margin-top: 30px;
}

.outsystems-service-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {

  .service-title {
    font-size: 12pt;
  }

  .service-explain {
    font-size: 10pt;
  }

  .outsystems-service-img {
    max-width: 280px;
    margin-bottom: 24px;
  }

  .title {
    font-size: 20px;
  }
}

.to_top_img {
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
}

.solution-grid-hard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
  margin-top: 16px;
}

.outsystems-change-image {
  text-align: center;
  margin-top: 40px;
}

.solution-grid-hard div {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-left: 16px solid #e5e7eb;
  background-color: #fafafa;
}

.solution-grid-hard div h3 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 1rem;
  text-decoration: underline;
  text-decoration-color: var(--color-main-1);
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.solution-grid-hard div ul {
  padding-left: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;

  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;

  background: var(--color-white);
}

.solution-item-icon-bad {
  flex-shrink: 0;

  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 0.5rem;

  background: #f3f4f6;
  color: #4b5563;
}

.solution-item-icon-bad svg {
  width: 32px;
  height: 32px;
}

.solution-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.solution-title {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}

.solution-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}

@media (max-width: 768px) {

  .solution-grid-hard div h3 {
    font-size: 12px;
  }

  .solution-grid-hard div ul {
    padding-left: 0;
    margin-left: 0;
    font-size: 10px;
  }

  .solution-title {
    font-size: 10pt;
  }

  .solution-desc {
    font-size: 10pt;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-item {
    flex-direction: row;
    align-items: center;
  }

  .solution-item img {
    width: 80px;
    height: 80px;
  }
}
