.maincard .rounded {
  border-radius: 16px !important;
}
.maincard .in-img {
  top: 20px;
  left: 20px;
  border-radius: 100px;
  background-color: white;
  padding: 3px 15px 4px 15px;
}
.maincard .card-body {
  padding: 20px 20px 0 20px;
}
.maincard h4 {
  color: #153e35;
}
.maincard .btn-arrow-right {
  aspect-ratio: 1/1;
  width: 42px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #153e35;
  margin-left: 12px;
}
.maincard .btn-arrow-right:hover, .maincard .btn-arrow-right:active {
  background-color: #153e35;
}
.maincard .btn-arrow-right:hover svg .arrow-right-path, .maincard .btn-arrow-right:active svg .arrow-right-path {
  fill: white !important;
}

.mb-s-70 {
  margin-bottom: 70px !important;
}

/*# sourceMappingURL=product-card.css.map */
