.services {
  width: calc(100% - 30px);
  margin: 2rem auto;
  max-width: 1600px;
}
.services .right-side p {
    font-weight: 600;
    display:inline-block;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    border: #ffffff 1px solid;
    margin-bottom:10px;
}
.services .right-side h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color:#fff;
}
.services .left-side p {
  font-size: 1rem;
  color: #D7D8D9;
  text-align: justify;
}
.services .left-side a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #111214;
  background-color: #f97316;
  border-radius: 15px;
  margin-top: 20px;
}
.card-services {
  margin: 3rem 0 0 0;
}
.card-services .number {
  position: relative;
}
.card-services .number::after {
  content: "";
  display: block;
  width: 70%;
  height: 2px;
  position: absolute;
  bottom: -2rem;
  right: 0;
  background-color: #D7D8D9;
}
.card-services .number span {
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  color: #fff;
  border:2px solid #fff;
  border-radius: 50%;
  line-height: 50px;
  transition: all ease-in-out 0.3s;
}
.card-services .title {
  margin: 3rem 0 1rem 0;
  font-size: 1.3rem;
  color:#fff;
  font-weight: bold;
}
.card-services .subtitle {
  font-size: 1.1rem;
  color: #D7D8D9;
}
.card-services:hover .number span {
  color: #111214;
  background-color: #fff;
}

@media (min-width: 768px) {
  .services .left-side a {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .services {
    width: calc(100% - 8rem);
    margin: 10rem auto 8rem auto;
  }
  .services .right-side h2 {
    font-size: 2.5rem;
  }
}
