﻿.WNameCompaAboutR h2 {
    font-family: KodchasanSB;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    background: var(--text, linear-gradient(180deg, #bca65a 0%, #cdb25e 84.90%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 9px;
}

.WNameCompaAboutR h1 {
    font-family: KodchasanB;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: var(--2, linear-gradient(180deg, #a5702f 0%, #edcf70 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 7px;
}

.widgetAboutHome {
    position: relative;
    background-color: #fff;
    padding-top: 73px;
    padding-bottom: 115px;
}

.DesAboutSloganR {
    color: #525252;
    font-family: QuicksandB;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top: 20px;
}

section.WidgetAboutHome {
    color: #6F6F6F;
    font-family: QuicksandM;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.5%; /* 21.36px */
    text-align: justify;
}

.WDetailLinkAbout a {
    color: #FFF;
    font-family: QuicksandSB;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.188%; /* 21.31px */
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    border-radius: 8px;
}

    .WDetailLinkAbout a:hover {
        background: #a5702f;
    }

.WDetailLinkAbout {
    width: 150px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--text, linear-gradient(180deg, #bca65a 0%, #cdb25e 84.90%));
    box-shadow: 0px 4px 4px 0px rgb(220 207 193);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

    .WDetailLinkAbout a img {
        margin-right: 5px;
        display: none;
    }

.WLeftAboutHome {
    float: left;
    width: 50%;
    position: relative;
}

    .WLeftAboutHome img {
        position: relative;
        z-index: 1;
        width: 565px;
    }

.WRightAboutHome {
    float: right;
    width: 46%;
    position: relative;
    z-index: 1;
}

@media (min-width: 1024px) and (max-width: 1239px) {
    .WLeftAboutHome img {
        width: 83%;
    }

    .WNameCompaAboutR h2 {
        font-size: 34px;
    }

    .WNameCompaAboutR h1 {
        font-size: 34px;
    }
}

/* Mobile & tablet */
@media (max-width: 1023px) {
    .WLeftAboutHome {
        float: none;
        width: 100%;
        text-align: center;
    }

    .WRightAboutHome {
        float: none;
        width: 100%;
    }

    .widgetAboutHome {
        position: relative;
        background-color: #fff;
        padding-top: 73px;
        padding-bottom: 60px;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .WLeftAboutHome img {
        width: 100%;
    }

    .WLeftAboutHome {
        margin-top: 0;
    }

    .widgetAboutHome {
        padding-top: 40px;
    }

    .WRightAboutHome {
        padding-top: 24px;
    }

    .DecorBottomLStar {
        position: absolute;
        left: 13px;
        bottom: -54px;
    }

    .WNameCompaAboutR h2 {
        font-size: 20px;
    }

    .WNameCompaAboutR h1 {
        font-size: 29px;
    }

    .DesAboutSloganR {
        font-size: 17px;
    }

    section.WidgetAboutHome {
        font-size: 15px;
        font-style: normal;
        text-align: justify;
        margin-bottom: 20px;
    }
}