@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+CJK+SC:wght@400;700&display=swap');

body {
    background: #271629;
    font-family: 'Montserrat', sans-serif, 'Noto Sans CJK SC', 'Microsoft YaHei', sans-serif;
}

body:not(.page-oea) {
    background-image: url(/public_v3/resources/images/pinkbiz/award-bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.oea-section-title {
    position: relative;
    margin: 0 auto;
}

.oea-section-title img {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-5px, -50%);
    width: 45px;
}

.oea-section-title h3 {
    position: relative;
    padding: 10px;
}

.oea-section-wrapper {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.oea-nav-wrapper .section-title a {
    color: #CDBA9A !important;
}