.section-hero-golf {
    background: url(../../images/background/about.png);
    background-size: cover;
}

.hero-text {
    line-height: 2.7rem;
}

.section-history {
    background-color: rgba(107, 107, 108, 0.12);
    padding-bottom: 11.4rem;
}

.history-box {
    padding: 9.5rem;
    padding-top: 0;
    margin-top: -182px;
    position: relative;
    z-index: 10;
}

.history-box::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.history-img-box {
    width: 168px;
    height: 206.14px;
    border-radius: 100px 100px 0px 0px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 3.586rem;
}

.history-img {
    width: 100%;
    height: 100%;
}

.history-heading-text {
    font-family: 'NotoSansThai 600', sans-serif;
    font-size: 2.4rem;
    line-height: 3.6rem;
    color: #121127;
    margin-bottom: 3.2rem;
    text-align: center;
}

.grey-line {
    width: 341.84px;
    height: 1px;
    background-color: rgba(90, 131, 184, 0.3);
    margin: 0 auto;
    margin-bottom: 3.2rem;
}

.history-content {
    font-family: 'NotoSansThai', 'Montserrat';
    font-size: 16px;
    line-height: 24px;
    color: #121127;
    text-indent: 95px;
}

.history-content:not(:last-child) {
    margin-bottom: 3.2rem;
}

.blue-text {
    color: #205DAC;
}