.media-card {

    box-shadow: 0px 0px 32px 0px #28293D0D;

    display: flex;
    flex-wrap: wrap;
    height: 100%;
    border-radius: 24px;

}

.media-card-body {
    padding: 24px;
    background: white;
    border-radius: 24px;
    min-height: 144px;

}

.media-card-body h3 {
    font-family: Inter;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #121127;

}

.media-image {
    display: flex;
    gap: 8px;
    align-items: center;
}

.media-image:has(p) img {
    width: 40px !important;
    height: 40px;
}

.media-image p {
    font-family: Inter;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #121127 !important;
}

.media-owl-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.media-footer {
    background: #F4F8FF;
    padding: 24px;
    width: 100%;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    border: 1px solid #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prev-media.disabled button,
.next-media.disabled button {
    box-shadow: 0px 0px 32px 0px rgba(40, 41, 61, 0.05);
    border: 1px solid rgba(242, 244, 247, 1);
    background-color: #fff !important;
}

.prev-media.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.875 10.1113L3.125 10.1113' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75 4.48633L3.125 10.1113L8.75 15.7363' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}

.next-media.disabled button {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.125 10.111h13.75M11.25 15.736l5.625-5.625-5.625-5.625' stroke='%2398A2B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}



@media (max-width: 576px) {


}