#asns-hero-3-title-and-text-wrapper {
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}

.asns-hero-3-title-and-text-image-container {
    position: relative;
    aspect-ratio: 24 / 8.5;
    margin-bottom: 4.5rem;
    border-radius: 0 0 30px 30px;
}

.asns-hero-3-title-and-text-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 30px 30px;
}

#asns-hero-3-title-and-text-image-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.asns-hero-3-title-and-text-image-title-container {
    display: flex;
    flex-direction: column;
    width: 70%;
    height: 100%;
    justify-content: center;
    padding-top: 140px;
}

h1.asns-hero-3-title-and-text-image-title {
    margin: 0;
}

.asns-hero-3-title-and-text-content-container {
    font-family: var(--font-family-metropolis-regular);
    font-size: var(--font-size-28);
    color: var(--font-color-white);
}

.asns-hero-3-title-and-text-content-container p {
    margin-bottom: 2em;
}

.asns-hero-3-title-and-text-content-container p:last-of-type {
    margin-bottom: 0;
}


/* Mobiel */
@media (max-width: 767px) {
    .asns-hero-3-title-and-text-container {
        padding-bottom: 70px!important;
    }

    .asns-hero-3-title-and-text-image-container {
        position: relative;
        aspect-ratio: 4 / 5;
        margin-bottom: 35px;
        border-radius: 0 0 30px 30px;
    }
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
}


/* ---- TABLET - LANDSCAPE ---- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    .asns-hero-3-title-and-text-image-container {
        position: relative;
        aspect-ratio: 6 / 2.5;
        margin-bottom: 4.5rem;
        border-radius: 0 0 30px 30px;
    }
}