.crj {
    overflow: unset;
}

.crj-1 {
    top: unset;
    bottom: 0; left: 0;
    width: unset;
    height: 110%;
}

.crj-text p:last-child {
    width: fit-content;
    color: #777;
    font-size: 16px;
    padding: 12px 22px;
    border-radius: 8px;
    background-color: #f2f2f2;
}



/*==================================================*/
@media (max-width: 1350px) {
    .crj .article-wrapper {
        padding: 0 20px;
    }
    
    .crj-wrapper {
        height: auto;
        padding-bottom: 100%;
    }

    .crj-1 {
        left: unset;
        right: 0;
        width: 100%;
        min-width: unset;
        height: auto;
    }

    .crj-text {
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .crj-1 {
        top: unset;
        bottom: 0;
    }

    .crj-text p br {
        display: none;
    }
}


@media (max-width: 550px) {
    .crj-text p:last-child {
        font-size: 14px;
    }
}