.box-img-container {
  height: 570px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.box {
  position: relative;
}

.box-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-small-img-container {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}

.img-desc {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.img-desc p {
  margin-bottom: 0;
}

.box-title {
  height: 25px;
}

.p-card {
  transition: margin-top 0.5s ease;
}

.p-card p {
  margin-bottom: 0;
}

.box-small-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service .row{
    border-bottom: 1px solid grey;
}

.service-left {
  position: relative;
  height: 100%;
}

.service-left h1 {
  font-size: 88px;
  font-weight: 600;
  /* position: sticky; */
  /* top: 70%; */
}

.service-right-wrapper {
  border-left: 1px solid grey;
  padding-block: 1rem;
}

.single-box a {
  cursor: none;
}

.box-small-img-container img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.single-box:hover .box-small-img-container img {
  transform: scale(1.2);
}

.single-box:hover .p-card {
  margin-top: -1.5rem;
}

@media (min-width: 992px) { 

.service-left {
   
    padding-top: 13rem;
}
 .service-right{
    margin-top: 6rem;
  }
 }

 @media (max-width: 575.98px) { 

  .service-left {
   
    padding-top: 8rem;
}
  }


  @media (min-width: 768px) and (max-width: 991.98px) {
 

  .service-left h1 {
    font-size: 64px !important;
  }

  .service-left {
    padding-top: 12rem;
  }
}

