.pch-280b6a6b-wrapper {
    width: 100%;
}

.pch-280b6a6b-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.pch-280b6a6b-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pch-280b6a6b-image {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #f0f0f0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px;
    box-sizing: border-box;
}

.pch-280b6a6b-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.pch-280b6a6b-title-wrap {
    margin-left: 16px;
}

.pch-280b6a6b-title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a2e;
}

.pch-280b6a6b-description {
    color: #555555;
    font-size: 15px;
    line-height: 1.5;
    max-width: 450px;
    text-align: right;
}

.pch-280b6a6b-divider {
    width: 60px;
    height: 3px;
    background-color: #1a3c6e;
    margin-top: 16px;
    border-radius: 2px;
}

@media (max-width: 767px) {
    .pch-280b6a6b-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .pch-280b6a6b-description {
        text-align: left;
        max-width: 100%;
    }
}
