.cards-with-svg-title-disc-background__disc {
    font-weight: 800;
    font-size: clamp(18px, 0.6rem + 1.525vw, 40px);
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--main-blue);
    margin-bottom: clamp(2.5625rem, 2.2rem + 1.8125vw, 4.375rem);
}

.cards-with-svg-title-disc-background__cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cards-with-svg-title-disc {
    position: relative;
    padding-bottom: clamp(4.375rem, 1.5rem + 14.375vw, 18.75rem);
    padding-top: 5rem;
}

.cards-with-svg-title-disc svg {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.cards-with-svg-title-disc-background__card-gradient {
    padding: 1px;
    background: linear-gradient(252.19deg, #121213 1.04%, #7B7D84 100%);
    border-radius: 25px;
    flex: 0 0 calc(50% - 17px);
}

.cards-with-svg-title-disc-background__card {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 30px;
    background-color: #121213;
    border-radius: 25px;
    padding: clamp(1.0625rem, 0.275rem + 3.9375vw, 5rem) clamp(1.0625rem, 0.525rem + 2.6875vw, 3.75rem);
}

.cards-with-svg-title-disc-background__card.card--img-right {
    flex-direction: row-reverse;
}

.cards-with-svg-title-disc-background__card-title {
    font-weight: 800;
    font-size: clamp(0.875rem, 0.675rem + 1vw, 1.875rem);
    line-height: 140%;
    letter-spacing: 0%;
    color: #E5E5E5;
}

.cards-with-svg-title-disc-background__card-disc {
    font-weight: 400;
    font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
    line-height: 100%;
    letter-spacing: 0%;
    color: #999999;
}

@media screen and (max-width: 1024px) {
    .cards-with-svg-title-disc-background__card-img {
        max-width: 47px;
    }

}

@media screen and (max-width: 891px) {
    .cards-with-svg-title-disc-background__cards {
        flex-direction: column;
    }

    .cards-with-svg-title-disc-background__card-gradient {
        flex: 0 0 100%;
    }
}


  @media screen and (min-width: 1921px) {

.cards-with-svg-title-disc-background__disc {
    font-size: 2.5vw!important;
    margin-bottom: 4.375vw;
}
.cards-with-svg-title-disc-background__card-title, .cards-with-animation__card-title {
    font-size: 1.575vw !important;
}
}