.ftl-114 {
    background-color: #fff;
}
.ftl-114 .body-box{
    display: flex;
    justify-content: center;
}

.ftl-114 .frame {
    width: 1200px;
    border: 2px solid #d4af37;
    padding: 40px 40px 80px 40px;
    position: relative;
}

.ftl-114 .frame {
    width: 100%;
    padding: 30px 20px 120px 20px;
    margin-bottom: 120px;
}

.ftl-114 .content p {
    font-size: 16px;
}

.ftl-114 .top-decoration {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #d4af37;
    background-color: white;
    padding: 0 20px;
}

.ftl-114 .top-decoration img{
    width: 32px;
    height: 32px;
}

.ftl-114 .content {
    margin-bottom: 30px;
    line-height: 1.6;
}

.ftl-114 .content p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
    color: #000;
}

.ftl-114 .signature {

    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);

    background-color: #fff;
    padding: 0 10px;
}

.ftl-114 .signature-info {
    text-align: center;
}

.ftl-114 .name {
    font-size: 24px;
    font-weight: normal;
    color: #666;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ftl-114 .title {
    font-size: 16px;
    color: #d4af37;
    font-style: italic;
}

.ftl-114 .yn-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ftl-114 .avatar-placeholder {
    font-size: 30px;
    color: #d4af37;
    
}

.ftl-114 .avatar-placeholder img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}


@media (min-width: 768px) {
    .ftl-114 .signature {
        position: absolute;
        bottom: -120px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ftl-114 .frame {
        width: 80%;
        padding: 60px 50px 60px 50px;
        margin-bottom: 120px;
    }
}