.al-container-c55a27cc {
    display: flex;
    flex-direction: column;
}
.al-item-c55a27cc {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    cursor: default;
}
.al-item-c55a27cc:hover {
    background-color: rgba(0,0,0,0.02);
    border-bottom-color: #333;
}
.al-item-c55a27cc:first-child {
    padding-top: 0;
}
.al-item-c55a27cc:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.al-title-col-c55a27cc {
    flex-shrink: 0;
}
.al-title-c55a27cc {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    transition: all 0.3s ease;
}
.al-desc-col-c55a27cc {
    flex-grow: 1;
}
.al-desc-c55a27cc {
    font-size: 18px;
    line-height: 1.6;
    color: #111;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .al-item-c55a27cc {
        flex-direction: column;
        gap: 10px;
    }
    .al-title-col-c55a27cc {
        width: 100% !important;
    }
}