.isoTextColor{
  color:black !important;
}

.iso {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efefef;
  }
  @media (min-width: 1500px) {
    .iso .container {
      max-width: 1400px;
    }
  }
  .iso img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .iso .link-wrap {
    display: inline-block;
    width: fit-content;
  }
  .iso .link {
    position: relative;
    cursor: pointer;
    letter-spacing: 3px;
    width: fit-content;
    color: #d58f76;
    text-align: left;
  }
  .iso .link:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: currentColor;
    bottom: -2px;
    left: 0;
  }
  .iso .link:hover:before {
    animation: 2s line;
  }
  .iso .card-wrapper {
    background-position: center;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .iso .mbr-text,
  .iso .link-align {
    color: #0041ff;
  }
  .iso .card-title,
  .iso .card-box {
    color: #d58f76;
  }
  .iso .mbr-section-subtitle,
  .iso .card-box {
    color: #ff0000;
  }
  .iso H4 {
    color: #0041ff;
  }
