.blue-hero__content {
    background-color: #003349;
    padding-bottom: 55px;
    position: relative;
}

.blue-hero h1 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 25px;
}

.blue-hero .blue-hero__subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.blue-hero .opt-breadcrumb-link,
.blue-hero .opt-breadcrumb-separator,
.blue-hero .opt-breadcrumb-text {
    color: #fff !important;
}

.blue-hero .opt-breadcrumb-link:hover {
    color: #E4D5D3 !important;
}

.blue-hero .blue-hero__white-fish {
    position: absolute;
    width: 450px;
    height: auto;
    bottom: 20px;
    right: -150px;
}

.blue-hero .omakai-button__transparent {
    width: 240px;
}

@media (max-width: 1199px){
    .blue-hero .blue-hero__white-fish {
        max-width: 350px;
    }
}

@media (max-width: 991px){
    .blue-hero h1 {
        margin-top: 140px;
    }

    .blue-hero .blue-hero__white-fish {
        bottom: auto;
        top: 30px;
    }
}

@media (max-width: 767px){
    .blue-hero h1 {
        font-size: 56px;
        line-height: 66px;
    }

    .blue-hero .blue-hero__white-fish {
        max-width: 330px;
    }
}