/* Equal width to services */
@media (min-width: 960px) {
  .box-service {
    flex: 1;
  }
}

/* Property Block - Buy 1 Share */
.d-flex.gap-8.align-items-center:has(img[src*="meet-our-team-amar.jpeg"]) .avatar {
    display: none !important;
}

.d-flex.gap-8.align-items-center:has(img[src*="meet-our-team-amar.jpeg"]) span {
    font-size: 0 !important;
}

.d-flex.gap-8.align-items-center:has(img[src*="meet-our-team-amar.jpeg"]) span::before {
    content: "Buy a Share";
    font-size: 17px; /* Adjust this to match your theme's default font size */
  	font-weight: bold !important;
    visibility: visible;
}

/* Property Block Life Time Price */
.lifetime-profit {
    font-size: 17px !important;
  	font-weight: bold !important;
  	border-bottom: 1px solid #e4e4e4 !important;
}

.list-style-1 div.archive-top {
  margin-bottom: 0 !important;
}

.list-style-1 div.lifetime-profit {
  padding-bottom: 14px !important;
}

.archive-bottom {
  padding-top: 14px !important;
}

.list-style-1 .h7 {
  font-family: "DM Sans" !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}