.swal2-icon.swal2-info {
    border-color: #8ebae5;
    color: #8ebae5;
  }
  .swal2-styled.swal2-confirm {
    background-color: #8ebae5;
    border-radius: 1rem;
    font-size: clamp(0.7rem,2vw,1.3rem);
  }
  .swal2-popup{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  
  .swal2-title {
    font-size: 1.5rem;
	  letter-spacing: 0px;
	  line-height: 1.9rem;
  }
  
  .swal2-html-container {
    font-size: 1.3rem !important;
	  line-height: 2rem;
  }
  
  body.swal2-shown > [aria-hidden='true'] {
    transition: 0.1s filter;
    filter: blur(3px);
  }
.page-template-page-formulier-nieuw .content__main .content__text img {
	margin:20px 0 30px 0;
	width:100%;
	height:auto;
	max-width:1183px;
}
.page-template-page-formulier-nieuw .content__main .content__text img.aligncenter {
	margin:20px auto 30px auto;
}