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

.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, #0C7844 0%, #53C858 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.widgetAboutHome {
    position: relative;
    background-color: #fff;
    background-image: url(/Design/GeciAcademy/About/DecorBack1.png);
    padding-top: 73px;
    padding-bottom: 149px;
}

    .widgetAboutHome:after {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/About/bg-tree-left.png) no-repeat;
        background-size: cover;
        right: 0;
        top: 0;
        width: 382px;
        height: 758px;
    }

.DesAboutSloganR {
    color: #525252;
    font-family: QuicksandB;
    font-size: 17px;
    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 */
}

.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;
}

.WDetailLinkAbout {
    width: 150px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 5px;
    background: linear-gradient(90deg, #AAC942 0%, #0C7844 100%);
    box-shadow: 0px 4px 4px 0px rgba(147, 228, 189, 0.67);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
}

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

.WLeftAboutHome {
    float: left;
    width: 50%;
    position: relative;
    margin-top: 43px;
}


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

.DecorTopRStar {
    position: absolute;
    right: 37px;
    top: -46px;
    width: 104px;
    height: 69px;
    background: url(/Design/GeciAcademy/About/DecorMay.png) no-repeat;
    background-size: cover;
}

.DecorBottomLStar {
    position: absolute;
    left: -18px;
    bottom: -25px;
    width: 48px;
    height: 48px;
    background: url(/Design/GeciAcademy/About/DecorStar.png) no-repeat;
    background-size: cover;
}

.WLeftAboutHome:before {
    content: "";
    position: absolute;
    background: url(/Design/GeciAcademy/About/DecorLeft1.png) no-repeat;
    background-size: cover;
    left: -105px;
    bottom: 0;
    width: 296px;
    height: 304px;
}

.WLeftAboutHome:after {
    content: "";
    position: absolute;
    background: url(/Design/GeciAcademy/About/DecorTron.png) no-repeat;
    background-size: cover;
    bottom: 0;
    right: 52px;
    width: 139px;
    height: 139px;
}

.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;
        background-image: url(/Design/GeciAcademy/About/DecorBack1.png);
        padding-top: 73px;
        padding-bottom: 60px;
    }
}


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

    .widgetAboutHome:after {
        content: "";
        position: absolute;
        background: url(/Design/GeciAcademy/About/bg-tree-left.png) no-repeat;
        background-size: cover;
        right: 0;
        top: 0;
        width: 206px;
        height: 417px;
    }

    .WLeftAboutHome {
        margin-top: 0;
    }

    .widgetAboutHome {
        padding-top: 40px;
    }

    .WRightAboutHome {
        padding-top: 82px;
    }

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

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

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

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