.custom-icon-box-251bdb24 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; /* Important to fill the column height */
}

.cib-header-251bdb24 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cib-icon-251bdb24 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0b5f42; /* Default deep green from screenshot */
    color: #ffffff;
    flex-shrink: 0;
}

.cib-icon-251bdb24 i {
    font-size: 24px;
}
.cib-icon-251bdb24 svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.cib-titles-251bdb24 {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin: 0; /* Reset margin for heading tags */
}

.cib-title1-251bdb24 {
    font-weight: 700;
    color: #1a2b29; /* Dark color */
    font-size: 18px;
}

.cib-title2-251bdb24 {
    font-weight: 700;
    color: #3b8a6a; /* Green tint */
    font-size: 18px;
}

.cib-content-251bdb24 {
    margin-bottom: 25px;
    flex-grow: 1; /* Pushes the footer down if the widget has height */
}

.cib-desc-251bdb24 {
    margin: 0;
    color: #4a5a58;
    font-size: 14px;
    line-height: 1.6;
}

.cib-footer-251bdb24 {
    margin-top: auto; /* Always pushes the button to the very bottom */
}

.cib-btn-251bdb24 {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d4ddd9;
    border-radius: 6px;
    color: #1a2b29;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

.cib-btn-251bdb24:hover {
    border-color: #0b5f42;
    color: #0b5f42;
}

.cib-btn-text-251bdb24 {
    text-align: left;
    max-width: 85%;
}

.cib-btn-icon-251bdb24 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cib-btn-icon-251bdb24 i {
    font-size: 14px;
}
.cib-btn-icon-251bdb24 svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}
