@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;600;700;800&display=swap');

.hoofdjesBlokEen {
    width: 100% !important;
    display: flex !important;
    justify-content: left !important;
    margin-bottom: 24px !important;
    margin-top: 12px !important;
}

.hoofdjesBlokEen #image1 {
    max-width: 60px !important;
    width: 60px !important;
    height: 60px !important;
    padding-right: 0px !important;
    object-fit: cover !important;
    border-radius: 50%;
}

.hoofdjesBlokEen .tekst h3,
.hoofdjesBlokEen .tekst p {
    margin: 0;
    line-height: 18px;
    padding: 0 !important;
    color: black !important;
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
}

.hoofdjesBlokEen .tekst {
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hoofdjesBlokEen .tekst p {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.hoofdjesBlokEen .tekst h3 {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif !important;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.hoofdjesBlokEen .images {
    position: relative;
}
