.custom-image-box-24ce52b3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.cib-image-24ce52b3 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cib-image-24ce52b3 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.cib-content-24ce52b3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cib-title-24ce52b3 {
    margin: 0 0 10px;
}

.cib-desc-24ce52b3 {
    margin: 0 0 20px;
}

.cib-btn-24ce52b3 {
    display: inline-block;
    padding: 12px 24px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cib-btn-24ce52b3:hover {
    background-color: #333;
}
