.why-ops-card {
    max-width: 300px;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
  }
  
  .why-ops-card a {
    text-decoration: none
  }
  
  .why-ops-content {
    padding: 1.1rem;
  }
  
  .why-ops-image {
    object-fit: cover;
    width: 100%;
    height: 150px;
    background-color: rgb(239, 205, 255);
  }
  
  .why-ops-title {
    color: #111827;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }
  
  .why-ops-desc {
    margin-top: 0.5rem;
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  
  .why-ops-action {
    display: inline-flex;
    margin-top: 1rem;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    align-items: center;
    gap: 0.25rem;
    background-color: #2563EB;
    padding: 4px 8px;
    border-radius: 4px;
  }
  
  .why-ops-action span {
    transition: .3s ease;
  }
  
  .why-ops-action:hover span {
    transform: translateX(4px);
  }

#subscribe-modal {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top : 90%;
  transform: translate(-50%, -50%);
}

  
