.cpl-wrapper {
    width: 100%;
    height: 595.45px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 10px;
    scroll-behavior: smooth;
}

.cpl-wrapper::-webkit-scrollbar {
    width: 6px;
}

.cpl-wrapper::-webkit-scrollbar-thumb {
    background: #00a651;
}

.cpl-item {
    padding: 12.5px;
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
    background-color: #F5F5F5;
}

.cpl-image img {
    width: 280px;
    height: auto;
    display: block;
    object-fit: cover;
}

.cpl-text {
    flex: 1;
}

.cpl-title {
    color: #00862F; /* green like screenshot */
    margin: 0 0 10px;
    font-size: 20px;
}

.cpl-excerpt {
    margin-bottom: 15px;
    color: #333;
}

.cpl-button {
    display: inline-block;
    background: #1d1d1b;
    color: #fff!important;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 14px;
}

.cpl-button:hover {
    background: orange;
}

.cpl-separator {
    height: 4px;
    background: #00862F;
    margin-bottom: 24px;
}
