#luuy .item-ly .img {
    background: #FFF;
    border-radius: 50%;
    width: 200px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-10px, 55px);
    box-shadow: 0px 0px 6px 0px #444;
    position: relative;
    z-index: 1;
}

#luuy .item-ly .img img {
    width: 70%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

#luuy .item-ly .content {
    position: relative;
    z-index: 0;
}

#luuy .item-ly .content .content-text {
    position: absolute;
    left: 40px;
    right: 65px;
    top: 60px;
    bottom: 45px;
}

#luuy .item-ly .content .content-text .title-text,
#luuy .item-ly .content .content-text p {
    color: #000;
}

#luuy .item-ly .content .content-text p {
    text-align: justify;
}
#luuy .item-ly .content .content-text .title-text {
    font-size: 20px;
}

#luuy .item-ly .content .content-text p {
    font-size: 21px;
}
@media (min-width: 900px) {
    #luuy .item-ly .content .content-text .title-text {
        font-size: 20px;
    }

    #luuy .item-ly .content .content-text p {
        font-size: 21px;
    }
}

@media (min-width: 1400px) {
    #luuy .item-ly .content .content-text {
        left: 50px;
        right: 75px;
        top: 60px;
        bottom: 45px;
    }

    #luuy .item-ly .content .content-text .title-text {
        font-size: 25px;
    }

    #luuy .item-ly .content .content-text p {
        font-size: 26px;
    }
}