.ab-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 135px 0px 155px;
    /* height: calc((1182 / 864) * 100vh); */
}

.ab-right {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.ab-right-content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.ab-text {
    position: absolute;
    display: block;
    right: 0px;
    top: -85px;
    width: calc((812 / 1536) * 100vw);
}

.ab-big-img {
    position: absolute;
    display: block;
    right: 0px;
    top: calc((305 / 864) * 100vh);
    /* top: 310; */
    width: calc((524 / 1536) * 100vw);
}

.ab-small-img1 {
    position: absolute;
    display: block;
    right: calc((436 / 1536) * 100vw);
    top: calc((425 / 864) * 100vh);
    width: calc((156 / 1536) * 100vw);
}

.ab-small-img2 {
    position: absolute;
    display: block;
    right: calc((325 / 1536) * 100vw);
    top: calc((593 / 864) * 100vh);
    width: calc((156 / 1536) * 100vw);
}

.ab-chat-icon {
    position: absolute;
    display: block;
    right: calc((442 / 1536) * 100vw);
    top: calc((655 / 864) * 100vh);
    width: calc((80 / 1536) * 100vw);
}

.ab-article {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 650px;
    margin: 0px calc((212 / 1536) * 100vw) 0px;
    font-size: 0px;
    z-index: 1;

    /* background: url('../../img/front/watercolor_background_1.webp') no-repeat;
    background-size: 345px auto !important;
    background-position: top 155px left 305px !important; */
}

.ab-article > * {
    font-size: 16px;
}

.ab-article-side {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
}

.ab-article-side:first-child {
    margin-right: 24px;
}

.ab-article-side:last-child {
    margin-top: 403px;
}

.ab-quote-img {
    position: relative;
    display: block;
    width: 59px;
    margin-bottom: 20px;
}

.ab-title {
    position: relative;
    display: block;
    line-height: 28px;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 1.7px;
}

.ab-quote {
    position: relative;
    display: block;
    line-height: 42px;
    font-size: 38px;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.ab-article-desc {
    position: relative;
    display: block;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.ab-article-desc p {
    /* margin: 0px 0px 35px; */
    margin: 0px 0px 20px;
}

.ab-article-desc p.margin-normal {
    margin: 0px 0px 10px;
}

.ab-article-desc li.li-margin {
    margin: 0px 0px 10px;
}

.ab-article-desc ul {
    margin: 0px 0px 20px;
    padding: 0px 0px 0px 18px;
}

.ab-article-desc p:last-child {
    margin: 0px;
}

.ab-article-desc-img {
    position: absolute;
    display: block;
    left: 17px;
    top: -232px;
}

.ab-article-desc-img-child {
    position: relative;
    display: block;
    width: 144px;
    animation: ayunan 3s ease-in-out infinite;
    -webkit-animation: ayunan 3s ease-in-out infinite;
    /* transform-origin: top center; */
    transform-origin: calc(100% - 30px) 0px;
}

@keyframes ayunan {
    0% {
        transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
    }
    50% {
        transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
        -o-transform: rotate(25deg);
    }
    100% {
        transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
    }
}

.ab-article-desc-img-bg {
    position: absolute;
    display: block;
    width: 345px;
    max-width: unset;
    left: -49px;
    top: -17px;
}

.ab-article-desc-img span {
    position: absolute;
    display: block;
    width: 100%;
}

.ab-article-desc-img > span {
    font-size: 14px;
    line-height: 20px;
    left: 135px;
    top: 80px;
}

.ab-article-desc-img > span > span {
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px;
}

.mob {
    display: none;
}

@media (max-width: 1024px) {
    .ab-article {
        margin: 0px 40px;
    }

    .ab-big-img {
        width: calc((700 / 1536) * 100vw);
    }
}

@media (max-width: 768px) {
    .ab-container {
        padding: 0px 0px 100px;
    }

    .ab-article {
        max-width: 500px;
        margin: 0px 0px 0px 30px;
    }

    .ab-article-side {
        width: 100%;
    }

    .ab-article-side:first-child {
        margin: 0px 0px 30px;
    }

    .ab-article-side:last-child {
        margin: 0px !important;
    }

    .ab-article-desc-img {
        left: auto;
        right: -100px;
        top: -20px;
    }

    .ab-big-img {
        top: calc((120 / 864) * 100vh);
    }
}

@media (max-width: 500px) {
    .ab-container {
        /* padding: 50px 0px 100px; */
        padding: 0px 0px 100px;
    }

    .mob {
        position: relative;
        width: calc(100% - 40px);
        display: block;
        margin: 0px auto;
    }

    .ab-quote-img {
        width: 45px;
        margin-bottom: 10px;
    }

    .ab-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .ab-quote {
        line-height: 38px;
        font-size: 33px;
        margin-bottom: 50px;
    }

    .desk {
        display: none;
    }

    .ab-right {
        position: relative;
        display: block;
        width: 100%;
    }

    .ab-right-content {
        position: relative;
    }

    .ab-right .ab-right-content:first-child {
        height: 130px;
    }

    .ab-big-img {
        position: relative;
    }

    .ab-text {
        position: absolute;
        width: auto;
        left: auto;
        top: 0px;
        right: 0px;
        height: 130px;
    }

    .ab-big-img {
        width: calc(100% - 100px);
        top: 0px;
        margin-top: 30px;
        margin-left: 50px;
    }

    .ab-article {
        padding-top: 50px;
        margin: 0px auto;
    }

    .ab-article-desc-img {
        left: auto;
        right: 150px;
        top: 110%;
    }
}