.agb-case-study {

}

.agb-case-study .card {
    position: relative;
    padding: 0;
}

.agb-case-study .title {
    font-weight: 700;
    font-size: 18px;
}

.agb-case-study .file {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 24px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.agb-case-study .file:hover {
    border: 1px solid #d1d5db;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
}

.agb-case-study .file span {
    display: block;
}

.agb-case-study .file img {
    width: 24px !important;
    height: 24px;
    object-fit: contain;
    margin: 0 0 0 16px;
}

.agb-case-study .owl-stage {
    padding: 16px 0;
}