.title-wrapper {
    display: flex;
    color: #3e464c;
    align-items: center;
    margin-bottom: 30px;
}

.title-wrapper h3 {
    height: 45px;
    font-size: 24px;
    letter-spacing: 0.74px;
    display: flex;
    align-items: center;
    margin-left: 12px;
}

.is-28x28 {
    width: 28px;
    height: 28px;
}


.banner-btn {
    border-radius: 3px;
    width: 160px;
    height: 44px;
    background-color: #02a971;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin: 40px auto 0;
}


.banner-descriptions {
    height: 56px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

#news .card,
#notices .card {
    height: 160px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(76, 94, 112, 0.05);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    color: #3e464c;
    padding: 24px 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

#news .card-content,
#notices .card-content {
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
    height: 100%;
}

#news .card .date-link-wrapper,
#notices .card .date-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    font-weight: 400;
}

#news .card .date-link-wrapper p,
#notices .card .date-link-wrapper p {
    font-size: 14px;
    letter-spacing: 0.32px;
    color: #a1a6ab;
}

#news .card .date-link-wrapper a,
#notices .card .date-link-wrapper a {
    font-size: 14px;
    letter-spacing: 0.32px;
    color: #02a973;
}

#news .card .date-link-wrapper a:hover,
#notices .card .date-link-wrapper a:hover {
    color: #004424;
}

#notices {
    background-color: #f5f9fa;
}

.section-bottom-link {
    display: flex;
    justify-content: center;
    margin-top: 28px;
    margin-bottom: 8px;
}

.section-bottom-link a {
    font-size: 14px;
}

#release .card {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f8fa;
    box-shadow: none;
}

#release .card .card-tag {
    height: 24px;
    width: fit-content;
    border-radius: 3px;
    background-color: #f8b66a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    margin-bottom: 10px;
}

#release .card .card-des {
    font-size: 16px;
    font-weight: 500;
    color: #3e464c
}

#release .card .des-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(151, 151, 151, .14);
}

#release .card .date-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0.32px;
    color: #a1a6ab;
    line-height: normal;
    padding-top: 16px;
}

#release .card .button {
    width: 140px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: white;
    margin-left: 20px;
}

@media screen and (max-width: 768px) {
    #release .card .des-btn-wrapper{
        flex-direction: column;
        align-items: baseline;
    }
    #release .card .button{
        margin: 10px auto 0;
    }
}