#hero-section {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../image/home/hero-bg.png");
}

#hero-section [data-attr=content-wrapper] {
    padding: 72px 0 164px;
}

#hero-section [data-attr=content-wrapper] .text-container {
    width: 100%;
    margin-bottom: 48px;
}

#hero-section [data-attr=content-wrapper] .text-container .dr-information {
    max-width: 560px;
    margin: 0 auto;
}

#hero-section [data-attr=content-wrapper] .text-container .dr-information .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 16px;
    text-transform: uppercase;
    filter: drop-shadow(0px 16px 16px rgba(0, 0, 0, 0.16));
}

#hero-section [data-attr=content-wrapper] .text-container .dr-information .tagline {
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

#hero-section [data-attr=content-wrapper] .text-container .dr-information a {
    margin-top: 18px;
    color: var(--generic-black);
    background-color: var(--brand-col-3);
}

#hero-section [data-attr=content-wrapper] .hero-image {
    width: 224px;
    height: 224px;
    display: block;
    margin: 0 auto;
}

#hero-section [data-attr=content-wrapper] .hero-image img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 744px) {
    #hero-section [data-attr=content-wrapper] {
        display: flex;
        align-items: start;
        padding: 96px 12px 64px 0;
        justify-content: space-between;
    }

    #hero-section [data-attr=content-wrapper] .text-container {
        margin-top: -24px;
        margin-bottom: unset;
        width: calc(100% - 280px);
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information {
        max-width: 408px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information .title {
        font-size: 44px;
        line-height: 48px;
        margin-bottom: 24px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information .tagline {
        font-size: 28px;
        line-height: 28px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information a {
        margin-top: 24px;
    }

    #hero-section [data-attr=content-wrapper] .hero-image {
        width: 280px;
        height: 280px;
        margin: unset;
        margin-right: 48px;
    }
}

@media screen and (min-width: 1140px) {
    #hero-section [data-attr=content-wrapper] {
        padding: 164px 12px 96px 0;
    }

    #hero-section [data-attr=content-wrapper] .text-container {
        width: calc(100% - 380px);
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information {
        max-width: 560px;
        margin-left: 128px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information .title {
        font-size: 80px;
        line-height: 84px;
        margin-bottom: 28px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information .tagline {
        font-size: 40px;
        line-height: 34px;
    }

    #hero-section [data-attr=content-wrapper] .text-container .dr-information a {
        margin-top: 40px;
    }

    #hero-section [data-attr=content-wrapper] .hero-image {
        width: 380px;
        height: 380px;
        margin-right: 24px;
    }
}

@media screen and (min-width: 1260px) {
    #hero-section [data-attr=content-wrapper] .text-container {
        margin-top: 64px;
        width: calc(100% - 480px);
    }

    #hero-section [data-attr=content-wrapper] .hero-image {
        width: 480px;
        height: 480px;
        margin-right: 86px;
    }
}