.y-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.y-top-bg {
    position: relative;
    display: block;
    width: 100%;
    height: 1039px;
    background: url('../../img/design/flats_tentang_ykde_background_image.webp') no-repeat;
    background-size: cover !important;
    background-position: 50%;
}

.y-top-ctn {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}

.y-top-icon {
    position: relative;
    display: block;
    width: 256px;
    margin: auto auto 40px;
}

.y-top-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #222;
    letter-spacing: 2.5px;
    margin-bottom: 125px;
    margin: auto;
}

.y-content {
    position: relative;
    display: block;
    width: 100%;
    background: url('../../img/design/program_ykde_detail_background_image.webp') no-repeat;
    background-position: top 245px right 305px !important;
    background-size: 1327px 909px !important;
    padding-bottom: 145px;
}

.y-content:before {
    content: '';
    position: absolute;
    display: block;
    width: 268px;
    height: 270px;
    aspect-ratio: 268/270;
    background: url('../../img/design/svg/circle_icon_gradient.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    right: calc(220px - 268px);
    bottom: calc(145px - 270px);
}

.y-content-ctn {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 872px;
    font-size: 0px;
    margin: 0px auto;
    padding-top: 125px;
}

.y-content-ctn > * {
    font-size: 16px;
}

.y-content-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-right: 24px;
}

.y-content-left:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    aspect-ratio: 38/64;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    left: calc((24px + 38px) * -1);
    top: calc((10px + 64px) * -1);
}

.y-content-left:after {
    content: '';
    position: absolute;
    display: block;
    width: 181px;
    height: 29px;
    aspect-ratio: 181/29;
    background: url('../../img/design/svg/diagonal_line_landscape_icon_gradient.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    right: 0px;
    bottom: calc((35px + 29px) * -1);
}

.y-content-right:before {
    content: '';
    position: absolute;
    display: block;
    width: 38px;
    height: 64px;
    aspect-ratio: 38/64;
    background: url('../../img/design/svg/plus_gradient_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    right: calc((24px + 38px) * -1);
    bottom: calc((7px + 64px) * -1);
}

.y-content-right {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    padding-top: 160px;
    z-index: 1;
}

p {
    margin-bottom: 35px;
}

p:last-child {
    margin-bottom: 0px;
}

.y-content-link {
    position: relative;
    display: block;
    width: 100%;
    background: url('../../img/design/tentang_ykde_link_button_icon.webp') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    aspect-ratio: 530/70;
    margin-top: 45px;
}


@media screen and (max-width : 500px) {
    .y-top-bg {
        height: 939px;
    }

    .y-content-left:after {
        right: -130px;
    }

    .y-top-icon {
        width: 200px;
    }

    .y-top-title {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .y-content-left {
        width: 100%;
        margin: 0px auto 35px;
    }

    .y-content-right {
        width: 100%;
        padding-top: 0px;
    }
}
