#app {
    min-height: calc(100vh - 4.5rem);
}

.unFound {
    width: 100%;
    margin-top: 2.6811rem;
}

.unFound>div:nth-child(1) {
    font-family: 'Roboto 600', sans-serif;
    text-align: center;
    color: #42714A;
    margin-bottom: .736rem;
    line-height: 120%;
}

.unFound>div:nth-child(2) {
    font-family: 'Roboto 600', sans-serif;
    color: #424242;
    text-align: center;
    line-height: 140%;
}
.line {
    width: 0.41rem;
    height: 1.75rem;
}

.part-three {
    width: 21.25rem;
    margin: 0.59rem auto 0;
}

.part-three .type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.28rem;
    margin-bottom: 0.8rem;
    font-family: 'Noto Sans 700', sans-serif;
    font-size: 1.25rem;
    line-height: 1.88rem;
    letter-spacing: normal;
    color: #0A2B11;
}

.part-three .type::before {
    position: absolute;
    content: '';
    width: 20.16rem;
    height: 0.06rem;
    background-color: #36554A;
    bottom: 0.1rem;
    right: 0.5rem;
}

.part-three .more {
    width: 15.63rem;
    height: 2.59rem;
    border-radius: 1.56rem;
    background: #36554A;
    border: 0.03rem solid rgba(218, 136, 49, 0.56);
    margin: 0 auto;
    font-family: 'Noto Sans 500', sans-serif;
    font-size: 0.88rem;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #FDF9DD;
}

/* part three start */
.part-three .news_div {
    display: grid;
    grid-template-columns: 6.35rem 1fr;
    align-items: center;
    gap: 0.49rem;
    padding: 0.66rem 0.47rem;
    border-radius: 1.56rem;
    background: rgba(216, 216, 216, 0);
    border: 0.03rem solid #36554A;
    margin-bottom: 0.63rem;
}

.part-three .news_img {
    width: 6.35rem;
    height: 5.94rem;
    border-radius: 1.56rem;
}

.part-three .title {
    font-family: 'Roboto 500', sans-serif;
    font-size: 0.88rem;
    line-height: 140%;
    letter-spacing: normal;
    color: #333333;
    margin-bottom: 0.63rem;
}

.part-three .desc {
    font-family: 'Roboto 400', sans-serif;
    font-size: 0.69rem;
    line-height: normal;
    letter-spacing: normal;
    color: #999999;
}

/* part three end */