.itb-d54c22db-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.itb-d54c22db-image {
    width: 30%;
    flex: 0 0 30%;
}

.itb-d54c22db-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.itb-d54c22db-content {
    flex: 1 1 0%;
    min-width: 0;
}

.itb-d54c22db-title {
    margin: 0 0 12px 0;
    padding: 0;
}

.itb-d54c22db-description {
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .itb-d54c22db-wrapper {
        flex-direction: column;
    }
    .itb-d54c22db-image {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}
