.current-service {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.current-service-title{
  margin-bottom: 30px;
}
.current-service-background-img {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
}
.current-service-text p {
  color: #000;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 33px;
  width: 80%;
}
.feels {
  margin: 40px 0;
  padding-top: 60px;
  background: linear-gradient(
    165deg,
    rgb(122, 242, 146) -50%,
    rgb(50, 109, 248) 180%,
    rgb(0, 0, 0)
  );
}
.feels-block {
  max-width: 1480px;
  margin: auto;
}
.feels-content {
  padding: 100px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1480px;
  margin: auto;
}
.feels-content-item {
  border-right: 1px solid #fff;
  justify-content: center;
  padding: 60px 50px 50px 60px;
}
.content-border-right {
  border-right: none;
}
.content-border-top {
  border-top: none;
  border-bottom: none;
}
.feels-content-item h4 {
  padding: 50px 0 30px 0;
}
.feels-content-item p {
  font-size: 18px;
}

.similar-services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding-top: 37px;
}

.services-image {
  background-position: center;
  background-size: cover;
}

/* .similar-services a {
  color: #fff !important;
  text-decoration: none !important;
}
.similar-services a:hover {
  color: #fff !important;
  text-decoration: none !important;
} */
/* .services-item {
  border-radius: 25px;
  height: 300px;
  display: grid;
}
.services-item-header {
  display: flex;
  justify-content: space-between;
  padding: 45px 45px 0 45px;
}
.services-title {
  font-size: 32px;
  line-height: 38px;
}
.services-description {
  padding-left: 45px;
  width: 80%;
  font-size: 16px;
  line-height: 19px;
}
.services-item-footer {
  background-color: #326df7;
  padding: 30px 20px;
  border-radius: 25px;
  margin-top: auto;
}
.services-footer-text {
  font-size: 16px;
  font-family: Montserrat;
  line-height: 19px;
}
.services-item:hover {
  background-color: #326df7;
  background-image: none !important;
  text-decoration: none !important;
} */

@media (max-width: 975px) {
  .current-service {
    grid-template-columns: 1fr;
  }
  .current-service-background-img {
    height: 221px;
  }
  .current-service-text p {
    width: 100%;
  }
  .current-service button {
    width: 100%;
  }
  .feels-content {
    grid-template-columns: 1fr;
  }
  .feels-content-item {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .feels-content-item:last-child {
    border-right: none;
    border-bottom: none;
  }
  .similar-services {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 530px) {
  h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .services-title {
    font-size: 15px;
    line-height: 18px;
  }
  .services-item {
    border-radius: 25px;
    height: 165px;
    display: grid;
  }
  .services-item-header {
    padding: 18px 18px 0 13px;
  }
  .services-description {
    width: 90%;
    padding-left: 11px;
    font-size: 12px;
    line-height: 14px;
  }
}
