.advetronix-service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 543px;
    border-width: 1px 1px 1px 1px;
    border: 1px solid var(--e-global-color-0012040);
    justify-content: space-between;

    &:hover {
        background: rgb(245, 246, 248);
    }
}

.asc-content {
    padding: 30px 40px 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: 0.3s all ease;
    padding-top: 107px;

    & a {
        text-decoration: none !important;
    }


}

.asc-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 700;
}

.asc-description {
    margin: 0;
    line-height: 1.6;
}

.asc-link {
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid currentColor;
    padding-bottom: 2px;
    margin-top: 4px;
    transition: opacity 0.2s ease;
}

.asc-link:hover {
    opacity: 0.75;
}

.asc-image {
    flex-shrink: 0;
    max-height: 181px;
    overflow: hidden;
}

.asc-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elementor-widget-advetronix-service-card:nth-child(even) .advetronix-service-card {
    border-bottom-color: var(--e-global-color-secondary);
    border-bottom-width: 5px;
}

.elementor-widget-advetronix-service-card:nth-child(even) .advetronix-service-card {
    background: rgb(245, 246, 248);

}