.flex-layout.hero_simpel-layout {
  padding-right: 0;
}

.hero_simpel-layout .pk-grid-container {
    align-items: start;
}

.hero_simpel-layout .hs-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero_simpel-layout .hs-titel {
    margin: 0;
}

.hero_simpel-layout .hs-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.hero_simpel-layout .hs-image-col {
    position: relative;
}

.hero_simpel-layout .hs-afbeelding {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5px 0px 0px 5px;
    min-height:660px;
}

.hero_simpel-layout .hs-cta {
    position: absolute;
    bottom: 2.5rem;
    left:-10%;
    width:fit-content;
}

@media screen and (max-width: 992px) {
    .hero_simpel-layout .hs-cta {
        bottom: -40px;
        right: 0;
        left:unset;
    }
    .hero_simpel-layout .hs-image-col {
        margin-top: 30px;
        margin-bottom: 2rem;
        border-radius: 5px;
    }
    .hero_simpel-layout .hs-afbeelding{
        min-height: 330px;
        border-radius: 5px;
    }

.flex-layout.hero_simpel-layout {
padding-inline: 1rem;
}
}

@media screen and (max-width: 768px) {

    .hero_simpel-layout .hs-cta {
        bottom: -40px;
        right: 0;
        left:unset !important;
    }
}
