.memberships {
  display: flex;
  flex-direction: column;
  gap: 18px; }

.membership {
  display: flex;
  padding: 32px 52px 32px 32px;
  gap: 46px;
  align-items: flex-start; }
  .membership__image {
    width: 190px;
    border-radius: 5px;
    aspect-ratio: 10 / 7.6;
    object-fit: cover; }
  .membership__content {
    flex: 1;
    width: 100%; }
  .membership__title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
  .membership__text {
    font-size: 14px;
    margin-bottom: 31px; }

.progress__bar {
  margin-bottom: 16px;
  border-radius: 100px;
  height: 33px;
  display: flex;
  padding: 4px;
  background: var(--color-bg-gray);
  box-shadow: 0 1px 1px #ddd inset;
  position: relative; }
  .progress__bar-value {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 100px;
    font-size: 14px;
    background: repeating-linear-gradient(125deg, #00BFE6, #00BFE6 5px, #00AFD7 5px, #00AFD7 10px);
    color: #fff;
    padding: 5px 10px; }
  .progress__bar-scale {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 1px, transparent 1px); }
.progress__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .progress__bottom-left {
    font-size: 13px; }
  .progress__bottom-right {
    font-size: 11px;
    color: var(--color-text-gray); }

@media (max-width: 991px) {
  .progress__bottom {
    display: block; } }
@media (max-width: 767px) {
  .membership {
    flex-direction: column;
    gap: 25px; } }
@media (max-width: 575px) {
  .membership {
    padding: 20px; }
    .membership__image {
      width: 100%; }
    .membership__title {
      font-size: 16px; } }

/*# sourceMappingURL=dashboard-memberships.css.map */
