.award-slider-container {
    margin: 66px 8.68vw;
}

.award-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 38px 0 0 0;
    height: 367px;
    border: 1px solid #000000;
    border-radius: 36px 36px 0 0;
}

.award-item img {
    margin: 0 0 6px 0;
    width: 77%;
}

.award-item p {
    margin: 0;
    padding: 0 33px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
    letter-spacing: 1px;
    color: #000000;
}

.award-item-button {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 70px;
    border: 1px solid #000000;
    border-top-style: none;
    border-radius: 0 0 36px 36px;
    cursor: pointer;
    transition: all 0.3s;
}

.award-item-button p {
    font-family: 'Noto Sans TC', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    color: #313134;
}

.award-item-button img {
    margin: 0 25px 0 11px;
    width: 18px;
    height: 18px;
}

.award-item-button:hover {
    background-color: #E7B78A;
    transition: all 0.3s;
}

.award-slider-container .tns-nav {
    display: none;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .award-item img {
        margin: 0;
        width: 60%;
    }
}

@media (max-width: 575.98px) {
    .award-item img {
        margin: 0;
        width: 77%;
    }
}

@media screen and (max-width:768px) {
    .award-slider-container {
        margin: 52px 36px 46px 36px;
    }

    .award-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 12px 0 0 0;
        height: 310px;
        border: 1px solid #000000;
        border-radius: 36px 36px 0 0;
    }

    .award-item p {
        margin: 0;
        padding: 0 33px;
        font-family: 'Noto Sans TC', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        letter-spacing: 1px;
        color: #000000;
    }

    .award-item-button img {
        margin: 0 20px 0 11px;
    }

    .award-item-button {
        height: 56px;
    }

    .award-slider-container .tns-nav {
        display: inline-block;
        position: relative;
        width: calc(100%);
        text-align: center;
        margin: 20px 0 0 0;
        line-height: 0;
        /* normalize.css line-height: 1.15; 要歸零不然會影響到 margin 上方高度*/
    }


    .award-slider-container .tns-nav button {
        padding: 0;
        height: 6px;
        width: 6px;
        background-color: #CACACA;
        border: none;
        border-radius: 50%;
        margin: 0 4px;
    }

    .award-slider-container .tns-nav .tns-nav-active {
        background-color: #8F9195;
    }
}