.section-hero-golf {
    background: url(../../images/background/member.png);
    background-size: cover;
}

.section-member-card {
    margin: 4.5rem 0 12rem;
}

.nav {
    justify-content: center;
    margin-bottom: 5.2rem;
}

.nav-link {
    display: inline-block;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-family: 'NotoSansThai 500';
    font-size: 1.6rem;
    line-height: 2.0rem;
    color: #888796;
    padding: 8px 8px 1.6rem;
    border-bottom: 2px solid transparent;
    height: 100%;
}

.nav-item:not(:last-child) .nav-link {
    margin-right: 2.4rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #000;
    border-bottom-color: #205DAC;
}

.nav-link:hover {
    color: #000;
}

.nav-link:focus {
    color: #888796;
}

.g-3 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 2.4rem;
}

.card-image {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.card-text-box {
    display: flex;
    flex-direction: column;
}

.text-head-top {
    display: none;
}

.text-head-bottom {
    display: block;
}

.card-heading-text {
    font-family: 'NotoSansThai 700', sans-serif;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #121127;
    margin-bottom: 1.6rem;
}

.line-blue {
    display: block;
    width: 341.84px;
    height: 2.43px;
    background: rgba(90, 131, 184, 0.3);
}

.card-sub-text {
    margin-top: 1.6rem;
}

.card-para-text {
    font-family: 'NotoSansThai', sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
    color: #121127;
}

.mt-0 {
    margin-top: 0;
}

.card-sub-heading {
    font-family: 'NotoSansThai 700', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #121127;
    margin: 1.6rem 0;
}

.card-list {
    padding-left: 24px;
}

.card-item {
    font-family: 'NotoSansThai', sans-serif;
    font-size: 1.6rem;
    line-height: 24px;
    color: #121127;
}

.card-item::marker {
    font-size: 12px;
}

.bullet-2::marker {
    font-size: 10px;
}

.text-deco {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}