.discover-detail {
    background-color: #fff;
    font-family: be vietnam pro,sans-serif;
    font-weight: 300;
}

.discover-detail ul {
    list-style: disc;
    padding-left: 40px
}

.discover-detail img {
    max-width: 100%;
    text-align: center;
    margin: auto;
}

.discover-detail .discover__container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    color: #000
}

.discover-detail .discover__head {
    box-shadow: 0 4px 8px hsla(0,0%,77.6%,.25);
    display: flex;
    background-color: #fff;
    padding: 12px 0
}

.discover-detail .discover__head .head__buttonBack .button {
    cursor: pointer;
    background: #f7f7f7;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center
}

.discover-detail .discover__head .head__buttonBack .button img {
    width: 24px
}

.discover-detail .discover__head .head__title {
    font-family: Oswald;
    font-size: 24px;
    text-align: center;
    flex: 1 1
}

.discover-detail .discover__head .head__button {
    display: flex;
    margin: 0 -6px
}

.discover-detail .discover__head .head__button .button {
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 0 6px
}

.discover-detail .discover__head .head__button .button img {
    background: #eee;
    padding: 6px;
    width: 35px;
    border-radius: 50%
}

.discover-detail .discover__content {
    padding-bottom: 32px
}

.discover-detail .discover__content .content__title {
    font-weight: 600;
    font-size: 22px;
    text-align: justify;
    padding: 9px 0;
}

.discover-detail .discover__content .content__shortDescription {
    padding: 0 0 32px;
    text-align: justify;
}

.discover__head_banner {
    width: 100%;
    height: 480px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column
}

.discover__head_banner .banner__title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
    /* font-family: 'Mulish'; */
}

.discover__head_banner .banner__subtitle {
    font-family: be vietnam pro,sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-width: 770px;
    margin-bottom: 40px;
    /* font-family: 'Mulish'; */
}

@media only screen and (min-width: 768px) {
    .discover-detail .discover__head .head__buttonBack {
        width:20%
    }

    .discover-detail .discover__head .head__button {
        width: 20%;
        margin: 0 -12px
    }

    .discover-detail .discover__head .head__button .button {
        padding: 0 12px
    }

    .discover-detail .discover__head .head__button .button img {
        width: 48px;
        padding: 12px
    }

    .discover-detail .discover__content {
        max-width: 100%;
        margin: 40px 0px 0px auto;
    }

    .discover-detail .discover__content .content__title {
        font-size: 2rem;
        font-family: 'Mulish';
        font-weight: 200;
    }

    .discover-detail .discover__content .content__shortDescription {
        padding: 0 0px 20px;
        font-size: 15px;
    }

    .discover__txt {
        font-size:18px
    }

    .discover__head_banner {
        width: 100%;
        height: 480px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }

    .discover__head_banner .banner__title {
        font-family: Oswald;
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 12px;
        /* font-family: 'Mulish'; */
    }

    .discover__head_banner .banner__subtitle {
        font-family: be vietnam pro,sans-serif;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        max-width: 770px;
        margin-bottom: 40px;
        /* font-family: 'Mulish'; */
    }
}

@media only screen and (max-width: 768px) {
    .discover-detail .discover__head .head__buttonBack {
        width:20%
    }

    .discover-detail .discover__head .head__button {
        width: 20%;
        margin: 0 -12px
    }

    .discover-detail .discover__head .head__button .button {
        padding: 0 12px
    }

    .discover-detail .discover__head .head__button .button img {
        width: 48px;
        padding: 12px
    }

    .discover-detail .discover__content {
        max-width: 100%;
        margin: 40px 0px 0px auto;
    }

    .discover-detail .discover__content .content__title {
        font-size: 2rem;
        font-family: 'Mulish';
        font-weight: 200;
    }

    .discover-detail .discover__content .content__shortDescription {
        padding: 0 0px 20px;
        font-size: 15px;
    }

    .discover__txt {
        font-size:18px
    }

    .discover__head_banner {
        width: 100%;
        height: 480px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }

    .discove__block__banner {
        width: 100%;
        height: 300px;
    }
    .discover__content {
        padding: 2em 0em 0em 0em !important;
    }

    .discover__head_banner {
        width: 100%;
        height: 300px;
    }
    .discover__head_banner .banner__title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px
    }

    .discover__head_banner .banner__subtitle {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}