.cards-layout-section {
  background-color: #F4F4F4;
  padding: 60px 0;
}

.cards-layout-section .top-text {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 20px;
}

.cards-layout-section .top-text label {
  color: #002A68;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.cards-layout-section .top-text h2 {
  color: #202020;
  margin-bottom: 24px;
  text-align: center;
  text-transform: capitalize;
}

.cards-layout-section .top-text .wysiwyg-content * {
  text-align: center;
  color: #454545;
  margin: 0;
}

.cards-layout-section .top-text .wysiwyg-content>* {
  margin-top: 12px;
}

.cards-layout-section .top-text .wysiwyg-content>*:first-child {
  margin-top: 0;
}

.cards-layout-section .cards {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 60px;
}

.cards-layout-section .card {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 32px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: calc(100% / 2 - 10px);
}

.cards-layout-section .cards.horizontal .card  {
  max-width: 100%;
  border-radius: 20px;
}
.cards-layout-section .cards.horizontal .card-content h4 {
  text-align: left !important;
}
.cards-layout-section .cards.horizontal .card-content h4::before {
  width: 100%;
  height: 2px;
}

.cards-layout-section .cards.horizontal .card-content .wysiwyg-content * {
  text-align: left;
}

.cards-layout-section .card-image {
  margin-bottom: 24px;
}

.cards-layout-section .card-image img {
  width: 65px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cards-layout-section .card-content h4 {
  color: #143830;
  margin: 0;
  text-align: center;
  font-weight: 600;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 24px;
}

.cards-layout-section .card-content h4::before {
  content: '';
  background: #84BD25;
  width: 60px;
  height: 6px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.cards-layout-section .card-content .wysiwyg-content {
  color: #404040;
  margin-top: 12px;
}

.cards-layout-section .card-content .wysiwyg-content * {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  text-align: center;
  color: #404040;
}

.cards-layout-section .card-content .wysiwyg-content>* {
  margin-top: 12px;
}

.cards-layout-section .card-content .wysiwyg-content>*:first-child {
  margin-top: 0;
}

.cards-layout-section .card-content .wysiwyg-content ul {
  padding-left: 24px;
 
}
.cards-layout-section .card-content .wysiwyg-content ul li {
  text-align: left;
  color: #020202;
}
.cards-layout-section .card-content .wysiwyg-content ul.checked li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'%3E%3Crect x='4' y='4' width='18' height='18' rx='9' fill='%23AA7E48'/%3E%3Cpath d='M11.4314 14.5111C10.8738 13.6011 9.78257 12.7053 9.15587 12.2645C9.03622 12.1803 8.87825 12.1998 8.7757 12.3061L7.93405 13.1784C7.82849 13.2878 7.87177 13.4797 8.00586 13.546C9.20862 14.1401 10.4039 15.902 11.1146 17.3422C11.2961 17.7102 11.8297 17.7238 12.0097 17.355C14.2098 12.8469 16.4888 10.6252 17.7412 9.66615C17.8727 9.56547 17.9143 9.37757 17.8343 9.22855L17.5987 8.78964C17.5233 8.64919 17.3621 8.58598 17.2215 8.65006C14.9104 9.70314 12.3871 12.9752 11.4314 14.5111Z' fill='white'/%3E%3C/svg%3E");
}
.cards-layout-section .bottom-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cards-layout-section .bottom-content .wysiwyg-content {
  color: #404040;
  text-align: center;
  max-width: 984px;
  margin: 0 auto;
}

.cards-layout-section .bottom-content .wysiwyg-content * {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.cards-layout-section .btn:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}

/* Responsive Design */


@media (max-width: 768px) {
  .cards-layout-section {
    padding: 20px 0;
  }

  .cards-layout-section .cards .card {
    max-width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .cards-layout-section .card {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }

  .cards-layout-section .top-text label {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .cards-layout-section .top-text h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .cards-layout-section .top-text .wysiwyg-content br {
    display: none;
  }

  .cards-layout-section .top-text {
    margin-bottom: 32px;
  }

  .cards-layout-section .card-image {
    margin-bottom: 16px;
  }

  .cards-layout-section .cards {
    gap: 20px;
    margin-bottom: 20px;
  }

  .cards-layout-section .bottom-content .wysiwyg-content * {
    text-align: left;
    margin-bottom: 0;
  }

  .cards-layout-section .card-image {
    display: flex;
  }

  .cards-layout-section .card-image img {
    width: 60px;
  }

  .cards-layout-section .card-content .wysiwyg-content *,
  .cards-layout-section .card-content h4 {
    text-align: center;
  }
}