.contact_julia {
    border-radius: 6px;
    padding-left: 1.5rem ! IMPORTANT;
    border: 1px solid #c8c7c1 ! IMPORTANT;
}
.livechat-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    background: #3FA03B !important;
    padding: 8px 19px;
    border-radius: 5px;
    color: white !important;
    font-weight: 700;
    margin-top: 12px;
      transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
font-size: 15px;

}
a.livechat-wrap:hover{
  background:#2C7A2A !important;     
}
.contact_julia .img {
    margin-top: -45px;
}

.contact_julia p {
    margin-bottom: 0px ! IMPORTANT;
}

@media (max-width: 850px) {
    .contact_julia .img {
        width: 26% !important;
        margin-right: 4px !important;
        margin-top: -8em !important;
    }
.heb_je_een_vraag {
    padding-right: 8rem ! IMPORTANT;
    padding-top: 1em;
}
.gap_julia {
    padding-top: 30px ! IMPORTANT;
}
}