@keyframes slideInFromRight {
  from {
      opacity: 0;
      transform: translateX(30px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
  }
}

.service-wrapper,
.service-section,
.Sex {
  animation: slideInFromRight 1s ease-out; /* Adjust the duration and easing function as needed */
}

.service-wrapper {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 1%;
}

.Content {
  background-image: url(../files/grou012.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 45%;
  border-radius: 5px;
  background-color: var(--c3);
  padding: 20px;
  border-radius: 10px;
}

.button-sx1 {
  margin-top: 30px;
} 

.buttonC {
  margin-top: 40px;
  margin-bottom: 30px;
}

.service-section:hover {
  cursor: pointer;
}

.service-section h1 {
  display: flex;
  align-items: center;
}

.service-wrapper h1 {
  font-weight: 400;
}

.Services-W {
  font-size: 50px;
  margin-bottom: 50px;
  margin-top: 30px;
}

.service-section p {
  text-align: center;
}

.flip {
  writing-mode: vertical-lr;
}

.AccountM {
  width: 100%;
}

.Sex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  width: 50%;
  margin: 50px;
}

.Sex-D {
  font-size: large;
}

.Sex-h1 {
  font-weight: 600;
  margin-bottom: 20px;
}

.AccountM1 {
  margin-top: 40px;
}
