body.page-id-2 .section-services {
  padding: 100px 0;
}

body.page-id-2 .services__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

body.page-id-2 .services__items:hover .services__item {
  opacity: 0.3;
}

body.page-id-2 .services__item {
  box-shadow: var(--main-box-shadow);
  transition: 0.3s;
}

body.page-id-2 .services__item:hover {
  opacity: 1 !important;
}

body.page-id-2 .services__item__title {
  padding: 70px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  background-size: cover;
  position: relative;
  z-index: 1;
}

body.page-id-2 .services__item__title a {
  color: white;
}

body.page-id-2 .services__item__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--main-black-color);
  opacity: 0.5;
  left: 0;
  top: 0;
  z-index: -1;
}

body.page-id-2 .services__item__info {
  padding: 30px;
}

body.page-id-2 .services__item__text {
  position: relative;
}

body.page-id-2 .services__item__text::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: var(--main-primary-color1);
  border-radius: 100px;
  left: -7px;
  top: -2px;
}

body.page-id-2 .services__item__rating {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

body.page-id-2 .services__item__rating .title {
  color: var(--main-light-gray-color);
  margin-right: 10px;
}

body.page-id-2 .services__item__rating img {
  margin-right: 2px;
}

body.page-id-2 .services__item__price {
  margin-top: 10px;
  color: var(--main-light-gray-color);
}

body.page-id-2 .services__item__price .num {
  color: var(--main-primary-color1);
}

body.page-id-2 .services__item__services {
  margin-top: 30px;
}

body.page-id-2 .services__item__services__title {
  margin-bottom: 10px;
}

body.page-id-2 .services__item__services__item {
  color: var(--main-light-gray-color);
  display: block;
  padding: 2px 0;
  transition: 0.3s;
}

body.page-id-2 .services__item__services__item:hover {
  padding-left: 10px;
}

@media (max-width: 1500px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1199.98px) {
  body.page-id-2 .services__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991.98px) {
}

@media (max-width: 900px) {
}

@media (max-width: 767.98px) {
  body.page-id-2 .services__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 650px) {
}

@media (max-width: 575.98px) {
  body.page-id-2 .services__item__title {
    font-size: 25px;
  }
}
