.HomePageService-main {
  background: linear-gradient(360deg, #7b011d 0%, #c7294d 100%);
  padding: 50px;
  margin: 0px 30px 0px;
  border-radius: 20px;
}

.HomePageService-main-content h2 {
  color: var(--white-color);
  text-align: center;
}

.HomePageService-main-content p {
  color: var(--white-color);
  text-align: center;
  width: 970px;
  margin: 0 auto;
}

.core-service-slides1 {
  background-image: url("../../../public/images/service1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 393px;
  position: relative;
}

.core-service-slides1-content {
  background-image: url("../../../public/images/core-service1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 223px;
  width: 320px;
  position: absolute;
  right: 40px;
  top: 80px;
  padding: 21px 31px;
}

.core-service-slides1-content h2 {
  color: var(--theme-color);
  font-size: 26px;
  font-weight: 500;
}

.core-service-slides1-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.core-service-slides1-linking a {
  background: var(--theme-gradient);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-service-slides1-linking {
  position: absolute;
  right: 80px;
  top: 285px;
}

.HomePageService .core-service-slides {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .core-service-slides1 {
    height: 285px;
  }

  .core-service-slides1-content {
    height: 207px;
    right: 40px;
    top: 45px;
    width: 297px;
  }

  .core-service-slides1-linking {
    top: 234px;
    right: 74px;
  }
}

@media (max-width: 1366px) {
  .core-service-slides1 {
    height: 268px;
  }

  .core-service-slides1-content {
    padding: 12px 22px;
    height: 180px;
    width: 259px;
  }

  .core-service-slides1-linking {
    top: 211px;
    right: 67px;
  }
}
