.plain-wysiwyg-section {
}

.plain-wysiwyg-section .wrap {
  width: 100%;
  margin: 0 auto;
  padding: 80px 222px;
  display: flex;
  flex-flow: column nowrap;
  gap: 40px;
}
@media only screen and (max-width: 1279px) {
    .plain-wysiwyg-section .wrap {
        padding: 80px 100px;    
    }
}
@media only screen and (max-width: 1024px) {
    .plain-wysiwyg-section .wrap {
        padding: 60px;    
    }
}
.plain-wysiwyg-section .wrap > h2 {
  color: var(--greyscale-grey-1000-black, #000);
    font-size: 42px;
    font-weight: 800;
    line-height: 50px;
	text-align: center;
}
/* .plain-wysiwyg-section .wrap .wysiwyg-content {
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
} */
.wysiwyg-content .two-column-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 4C9.37273 4 4 9.37273 4 16C4 22.6273 9.37273 28 16 28C22.6273 28 28 22.6273 28 16C28 9.37273 22.6273 4 16 4ZM21.2015 13.9709C21.2972 13.8614 21.3701 13.7339 21.4159 13.5958C21.4617 13.4577 21.4794 13.3119 21.4679 13.1669C21.4565 13.0219 21.4162 12.8806 21.3494 12.7514C21.2825 12.6222 21.1905 12.5077 21.0788 12.4146C20.967 12.3214 20.8378 12.2516 20.6987 12.2092C20.5595 12.1667 20.4133 12.1525 20.2686 12.1674C20.1239 12.1824 19.9836 12.2261 19.8561 12.296C19.7285 12.3659 19.6162 12.4606 19.5258 12.5745L14.8349 18.2025L12.4076 15.7742C12.2019 15.5755 11.9263 15.4655 11.6403 15.468C11.3543 15.4705 11.0806 15.5852 10.8784 15.7875C10.6761 15.9897 10.5614 16.2633 10.5589 16.5494C10.5564 16.8354 10.6664 17.111 10.8651 17.3167L14.1378 20.5895C14.245 20.6966 14.3733 20.7802 14.5146 20.835C14.6559 20.8898 14.8071 20.9145 14.9585 20.9076C15.1099 20.9007 15.2582 20.8624 15.3939 20.795C15.5297 20.7277 15.6499 20.6328 15.7469 20.5164L21.2015 13.9709Z' fill='%23BB8940'/%3E%3C/svg%3E%0A");
}

.plain-wysiwyg-section .wrap .wysiwyg-content p {
  margin-top: 12px;
  color: #000;
}

.plain-wysiwyg-section .wrap  .wysiwyg-content blockquote:before {
    background: #fff;
}
.plain-wysiwyg-section .wrap  .wysiwyg-content blockquote * {
    color: #fff;
}

@media screen and (max-width: 767px) {
  .plain-wysiwyg-section {
    padding: 40px 20px;
  }
  .plain-wysiwyg-section .wrap {
    padding: 0;
    gap: 20px;
  }
  .plain-wysiwyg-section .wrap > h2 {
    font-size: 34px;
    line-height: 42px; 
  }
  /* .plain-wysiwyg-section .wrap .wysiwyg-content {
    gap: 16px;
  } */
}
.plain-wysiwyg-section .wysiwyg-content .two-column-list li {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.plain-wysiwyg-section .wysiwyg-content .custom-with-heading li {
  padding-top: 24px;
  padding-bottom: 24px;
}

.plain-wysiwyg-section .wysiwyg-content ul.checked {
  padding-left: 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 12px;
  list-style: none;
}
.plain-wysiwyg-section .wysiwyg-content ul.checked li {
  position: relative;
  padding-left: 36px;
}
.plain-wysiwyg-section .wysiwyg-content ul.checked li:before {
  content: '';
  width: 28px;
  height: 28px;
  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='%23E98B75'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  left: 0;
}