.content-container {
    max-width: 960px;
    margin: auto;
}

.brief {
    font-family: 'NotoSansTC';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #666;
    text-align: center;
    margin-top: 68px;
    margin-bottom: 48px;
}

.brief-link {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #67B77E;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #67b77e;
}

.brief-link:hover {
    color: #00994e;
}

.arrow-rotate {
    transform: rotate(180deg);
}

.mobile-download {
    min-width: 100%;
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    height: 97px;
    display: flex;
    padding: 20px 0;
    background: #FFFFFF;
    box-shadow: 0px -2px 0px #F5F5F5;
    display: none;
    justify-content: center;
    filter: drop-shadow(0px -4px 20px rgba(51, 51, 51, 0.1));
    z-index: 1001;
}


.mobile-download-btn {
    background: linear-gradient(90deg, #67B77E 0%, #87CB82 100%);
    border-radius: 24px;
    width: 272px;
    height: 52px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    border: none;
    padding: 16px 24px;
}

.mobile-download-btn img {
    padding-right: 10px;
}

.mobile-download-btn:hover {
    cursor: pointer;
}

@media (max-width:992px) {
    .content-container {
        max-width: 508px;
    }

    .brief {
        margin-top: 80px;
    }
}

@media (max-width:767px) {
    .content-container {
        width: 100%;
        padding: 0 20px 97px 20px;
    }

    .mobile-download {
        width: 100%;
        display: flex;
    }
}