#asns-hero-2-title-textblock-benefits-2-buttons-wrapper {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-height: calc( 100vh - 200px );
}

.asns-hero-2-title-textblock-benefits-2-buttons-container {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

.asns-hero-2-title-textblock-benefits-2-buttons-image-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.asns-hero-2-title-textblock-benefits-2-buttons-image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#asns-hero-2-title-textblock-benefits-2-buttons-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.asns-hero-2-title-textblock-benefits-2-buttons-content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
}

.asns-hero-2-title-textblock-benefits-2-buttons-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 50%;
    padding-right: 8.333334%;
}

#asns-hero-2-title-textblock-benefits-2-buttons-textblock-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 50%;
    padding-right: 0;
    padding-left: 2%;
    padding-bottom: 140px;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock-container {
    position: relative;
    font-family: var(--font-family-metropolis-regular);
    font-size: var(--font-size-22);
    background-color: var(--default-background-color);
    border-radius: 30px;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock {
    background-color: #FFFFFF;
    padding: 60px; /* 70px; */
    border-radius: 30px;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock p:last-of-type {
    margin: 0;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock-benefits-container {
    padding: 50px; /* 50px 70px 70px 70px; */
}

h3.key-benefits-title {
    font-size: var(--font-size-30);
    font-weight: 500;
    margin-bottom: .5em;
}

.key-benefits-list ul {
    padding-left: 20px;
}

.key-benefits-list ul li {
    font-size: var(--font-size-22);
    font-weight: 500;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock-buttons-container {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock-button {
    font-family: var(--font-family-metropolis-semi-bold);
    font-size: var(--font-size-22);
    font-weight: 500;
    color: var(--font-color-white);
    height: 70px;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    background-color: var(--button-color);
    transition: background-color .3s ease;
}

.asns-hero-2-title-textblock-benefits-2-buttons-textblock-button:hover {
    text-decoration: none;
    background-color: var(--button-hover-color);
    transition: background-color .3s ease;
}




/* ---- MOBILE ---- */
@media (max-width: 767px) {
    #asns-hero-2-title-textblock-benefits-2-buttons-wrapper {
        aspect-ratio: 9 / 16;
        max-height: inherit;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-content-container {
        display: flex;
        flex-direction: row;
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 70%;
        padding-right: 0;
    }

    #asns-hero-2-title-textblock-benefits-2-buttons-textblock-wrapper {
        flex: 0 0 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-container {
        position: relative;
        top: -70px;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock {
        padding: 35px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-buttons-container {
        position: relative;
        display: flex;
        flex-direction: column;
        bottom: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-button {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        font-size: var(--font-size-20);
        line-height: 40px;
        width: 90%;
        padding: 15px 30px;
        margin: 0 auto 1rem auto;
        transition: background-color .3s ease;
    }
}

/* ---- TABLET - PORTRAIT ---- */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #asns-hero-2-title-textblock-benefits-2-buttons-wrapper {
        aspect-ratio: 4 / 3;
        max-height: inherit;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-content-container {
        display: flex;
        flex-direction: row;
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 70%;
        padding-right: 0;
    }

    #asns-hero-2-title-textblock-benefits-2-buttons-textblock-wrapper {
        flex: 0 0 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-container {
        position: relative;
        top: -70px;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock {
        padding: 35px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-buttons-container {
        position: relative;
        display: flex;
        flex-direction: column;
        bottom: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-button {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        font-size: var(--font-size-20);
        line-height: 40px;
        width: 90%;
        padding: 15px 30px;
        margin: 0 auto 1rem auto;
        transition: background-color .3s ease;
    }
}




/* ---- TABLET - LANDSCAPE ---- */
@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: landscape) {
    #asns-hero-2-title-textblock-benefits-2-buttons-wrapper {
        aspect-ratio: 16 / 9;
        max-height: inherit;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-content-container {
        display: flex;
        flex-direction: row;
        flex: 0 0 100%;
        flex-wrap: wrap;
        height: 100%;
        width: 100%;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-title-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 0 70%;
        padding-right: 0;
    }

    #asns-hero-2-title-textblock-benefits-2-buttons-textblock-wrapper {
        flex: 0 0 80%;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-container {
        position: relative;
        width: 70%;
        margin: -140px auto 0 auto;
        padding-bottom: 15px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock {
        padding: 35px;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-buttons-container {
        position: relative;
        display: flex;
        flex-direction: row;
        bottom: inherit;
        left: inherit;
        width: 100%;
        text-align: center;
    }

    .asns-hero-2-title-textblock-benefits-2-buttons-textblock-button {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        font-size: var(--font-size-20);
        line-height: 40px;
        width: 50%;
        max-width: 40%;
        padding: 15px 30px;
        margin: 0 auto 1rem auto;
        transition: background-color .3s ease;
    }
}
