.thumbnail-image{
    max-height: 250px;
    width: auto !important;
    margin: auto;
}

.membershp-content-section {
    display: flex;
    /* align-items: flex-start; */
    /* gap: 3; */
    /* position: relative; */
    flex-direction: row;
    flex-wrap: wrap;
  }
  .membershp-content-section .card {
    padding: 16px;
    border: 1px solid #f3f2ff;
    border-radius: 8px;
  }
  .membershp-content-section .card h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
  }
  .membershp-content-section .card .link-wrapper .btn {
    border-color: #FF9519;
    color: #FF9519;
    font-size: 14px;
  }
  .membershp-content-section .card .link-wrapper .btn:hover {
    background-color: #FF9519 !important;
    color: #ffffff;
  }
  .membershp-content-section .card .link-wrapper svg {
    width: 16px;
  }
  .membershp-content-section .card .link-wrapper svg line,
  .membershp-content-section .card .link-wrapper svg polyline {
    color: #FF9519;
  }