.charges-card.columns-container {
  /* padding-bottom: 40px; */
}

.charges-card>div>div>div {
  gap: 143px;
}

.charges-card>div>div>div>div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.charges-card picture img {
  max-width: 100%;
  /* height: 184px; */
  border-radius: 16px;
  margin-bottom: 20px;
}

.charges-card strong {
  font-size: 44px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 15px;
  line-height: 120%;
}

.charges-card p.button-container strong {
  line-height: 32px;
}

.charges-card p,
.charges-card li {
  font-size: 20px;
  color: rgba(89, 89, 89, 1);
  line-height: 150%;
  margin-bottom: 20px;
}

.charges-card .button-container {
  margin: 30px 0;
}

.charges-card .button {
  width: 100%;
}

@media (max-width: 820px) {
  .charges-card>div>div>div {
    gap: 0;
  }

  .charges-card strong {
    font-size: 24px;
    line-height: 120%;
  }

  .charges-card.columns-container {
    padding-bottom: 0;
  }

  .charges-card.columns-container .columns-wrapper .columns {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .charges-card>div>div>div {
    gap: 40px;
    align-items: center !important;
  }
}