.services-page {
  background-color: rgb(7, 20, 25);
  width: 100%;
  display: flex;
  justify-content: center;
}
.services-main {
  width: 90%;
  background-color: rgb(7, 20, 25);
}
.services-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3em;
  margin-top: 4em;
}

.services-btns {
  border: 1px solid rgb(64, 56, 56);
  width: 60%;
  border-radius: 20px;
  padding: 0.7em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.services-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2em;
  margin-top: 2em;
  /* overflow: auto; */
  /* overflow-x: hidden; */
  /* white-space: nowrap; */
  /* scroll-behavior: smooth; */
}
.services-bottom ul {
  font-size: clamp(0.8rem, 1vw, 1.2rem);
  line-height: 1.8rem;
  color: gray;
}
.services-bottom-left {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  border-radius: 40px;
  /* width: 35%; */
  gap: 2em;
  margin: 3em 0 5em 0;
}
.services-bottom-right {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  border-radius: 40px;
  /* width: 35%; */
  gap: 2em;
  margin: 3em 0 5em 0;
}
.services-bottom-right ul {
  line-height: 2rem;
}
