.Custom-Icon-Service {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translate(0px ,-50%);
}

.Custom-Logo-Service {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.font-dark {
  color: var(--primary-color);
}

.Parag-Style {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.parent-div {
  position: relative;
  height: 500px;
}

.Services-Headings {
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

.Icon-Services {
  margin-top: -54px;
  background-color: var(--white-blue);
  width: 130px !important;
  height: 130px !important;
  border-radius: 50%;
}

.services-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unset-text-shadow {
  text-shadow: unset;
}

.Justify-Flex-Center {
  display: flex;
  justify-content: center;
}

.bottom-div {
  align-items: center;
  height: 70%;
  text-align: center;
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 12px;
}

.top-div {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 30%;
}

@media (max-width: 768px) {
  .grid-on-sm {
    display: grid;
    grid-template-columns: auto !important;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.parent-div-height-on-sm {
  height: 300px;
}

.parent-div-height-on-sm {
  position: relative;
  height: 300px;
}

.parent-div-height-on-sm {
  position: relative;
  height: 300px;
}

.parent-div-grid {
  position: relative;
  height: 300px;
}

