h1, h2, h3, h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1, h2, h3, p, h1, h2, h3, p, h4, h5, h6, hr {
    margin: 0;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-\[\#F9F7F4\] {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 247, 244, var(--tw-bg-opacity));
}

.bg-\[\#4AC8C1\] {
    background: #4AC8C1 !important;
}

.bg-\[\#EEF8F7\] {
    background: #EEF8F7 !important;
}

.text-center {
    text-align: center;
}

.text-\[\#2B7A77\] {
    --tw-text-opacity: 1;
    color: rgba(43, 122, 119, var(--tw-text-opacity));
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.text-24px {
    font-size: 24px;
    line-height: 1;
}

.font-bold {
    font-weight: 700;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

p {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #40474A;
    word-break: break-all;
}

p2 {
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: justify;
    letter-spacing: 0.02em;
    color: #40474A;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-30px {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.esg-banner-container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.esg__container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    padding-left: 14px;
    padding-right: 14px;
}

.sec-title {
    font-size: 24px;
    color: #3AAFA9;
    text-align: center;
    margin-bottom: 20px;
    /*font-family: 'Microsoft JhengHei';*/
    font-style: normal;
    font-weight: 700;
}

@media (min-width: 800px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sec-title {
        font-size: 36px;
        margin-bottom: 30px;
    }

    p {
        font-size: 20px;
    }
}