.repeatable-boxes-wysiwyg-section {
  padding: 100px 150px;
}
.repeatable-boxes-wysiwyg-section .wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.repeatable-boxes-wysiwyg-section .wrap .top-text {
	text-align: center;
	    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.repeatable-boxes-wysiwyg-section .wrap .top-text > h2 {
  text-align: center;
	font-size: 42px;
	font-weight: 800;
	line-height: 50px;
}

.repeatable-boxes-wysiwyg-section .wysiwyg-inner-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
}
.repeatable-boxes-wysiwyg-section .wysiwyg-content .two-column-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 4C8.47727 4 4 8.47727 4 14C4 19.5227 8.47727 24 14 24C19.5227 24 24 19.5227 24 14C24 8.47727 19.5227 4 14 4ZM18.3345 12.3091C18.4144 12.2179 18.4751 12.1116 18.5133 11.9965C18.5514 11.8815 18.5661 11.7599 18.5566 11.6391C18.5471 11.5182 18.5135 11.4005 18.4578 11.2928C18.4021 11.1852 18.3254 11.0897 18.2323 11.0121C18.1392 10.9345 18.0315 10.8763 17.9155 10.841C17.7996 10.8056 17.6777 10.7938 17.5572 10.8062C17.4366 10.8186 17.3197 10.855 17.2134 10.9133C17.1071 10.9716 17.0135 11.0505 16.9382 11.1455L13.0291 15.8355L11.0064 13.8118C10.8349 13.6462 10.6053 13.5546 10.3669 13.5567C10.1285 13.5587 9.90054 13.6543 9.73198 13.8229C9.56343 13.9914 9.46782 14.2195 9.46575 14.4578C9.46368 14.6962 9.55531 14.9258 9.72091 15.0973L12.4482 17.8245C12.5375 17.9138 12.6445 17.9835 12.7622 18.0291C12.8799 18.0748 13.0059 18.0954 13.1321 18.0897C13.2582 18.084 13.3818 18.052 13.4949 17.9959C13.608 17.9397 13.7082 17.8606 13.7891 17.7636L18.3345 12.3091Z' fill='%23B7864C'/%3E%3C/svg%3E");
}

/* Responsive Area */

@media screen and (max-width: 1279px) {
  .repeatable-boxes-wysiwyg-section {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .repeatable-boxes-wysiwyg-section {
    padding: 40px 20px;
  }
  .repeatable-boxes-wysiwyg-section .wysiwyg-inner-wrap {
    padding: 24px 20px;
  }
  .repeatable-boxes-wysiwyg-section .wrap .top-text > h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .repeatable-boxes-wysiwyg-section .wrap {
    gap: 20px;
  }
}
