.modal-header a.close {
width:18px;
height:18px;
background-size:cover;
display:block;
background-image:url(//cmostamm.nl/wp-content/themes/cmo2024/assets/images/close2.svg);
position: relative;
top: 16px;
right: 15px;
}
.modal-header {
justify-content: flex-end;
border-bottom:0; 
position: relative;
padding-bottom:35px;
}
.modal-header img {
position: absolute;
left: 30px;
top: 28px;
width:140px;
height:auto;
}
.modal-content {
border:0;
border-radius: 10px;
background-color:#fff;
margin-top:85px;
}
.modal-body {
padding:30px;
padding-top:15px;
}
@media (max-width: 767px) {
.modal-dialog {
margin:0;
}
.modal-content {
border: 0;
border-radius: 0;
margin-top:0;
}
}