.content-card-list {
  gap: 28px;
}

.content-card-list li {
  min-height: 386px;
  padding: 28px;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 18px 34px #1b234024;
}

.content-card-title {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.35;
}

.content-card-body {
  min-height: 78px;
  margin: 0 0 28px;
  color: #626b7a;
  font-size: 16px;
  line-height: 1.72;
}

.content-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: auto;
  border-radius: 12px;
  object-fit: cover;
}

@media (max-width: 720px) {
  .content-card-list {
    gap: 22px;
  }

  .content-card-list li {
    min-height: 0;
    padding: 22px;
    border-radius: 14px;
  }

  .content-card-title {
    font-size: 20px;
  }

  .content-card-body {
    min-height: 0;
    margin-bottom: 22px;
  }
}

.image2-faq-section {
  max-width: 920px;
  padding-top: 18px;
}

.image2-faq-section .section-title {
  margin-bottom: 42px;
}

.image2-faq-section .qa-list {
  gap: 16px;
}

.image2-faq-section .qa-list details {
  border: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px #1b23401a;
  padding: 0;
  overflow: hidden;
}

.image2-faq-section .qa-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 0 28px;
  color: #101820;
  list-style: none;
  font-size: 18px;
  font-weight: 750;
}

.image2-faq-section .qa-list summary::-webkit-details-marker {
  display: none;
}

.image2-faq-section .qa-list summary:after {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid #7357ff;
  border-bottom: 2px solid #7357ff;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}

.image2-faq-section .qa-list details[open] summary:after {
  transform: rotate(225deg);
}

.image2-faq-section .qa-list p {
  margin: 0;
  padding: 0 28px 26px;
  color: #626b7a;
  font-size: 16px;
  line-height: 1.82;
}

@media (max-width: 720px) {
  .image2-faq-section {
    padding-top: 0;
  }

  .image2-faq-section .section-title {
    margin-bottom: 28px;
  }

  .image2-faq-section .qa-list summary {
    min-height: 66px;
    padding: 0 20px;
    font-size: 17px;
  }

  .image2-faq-section .qa-list p {
    padding: 0 20px 22px;
  }
}

.site-footer {
  padding: 28px 24px 34px;
  text-align: center;
  color: #8a91a3;
  font-size: 12px;
  line-height: 1.6;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}

.site-footer a:hover {
  color: #7357ff;
}
