.gauge svg {
    display: block;
    width: 100%;
    height: 100%;
}
.package-card .gauge svg,
.embla-package__slide .gauge svg {
    margin-left: 6px;
}
.package-card .gauge .needle,
.embla-package__slide .gauge .needle {
    transition: transform 1.2s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.package-card .gauge .progress,
.embla-package__slide .gauge .progress {
    transition: stroke-dashoffset 1.2s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.gauge-60 {
    width: 60px;
    height: 30px;
}
.package-section .card-speed-box{
    position: relative;
}
.package-section .card-speed-box .speed-info{
    padding-right: 75px;
    width: 100%;
}
.package-section .card-speed-box .gauge{
    width: 62px;
    position: absolute;
    right: 15px;
    top: 20px;
}
@media (max-width: 1024px) {
    .package-section .card-speed-box .speed-info {
        padding-right: 50px;
    }
    .package-section .card-speed-box .gauge {
        width: 43px;
        right: 10px;
        top: 10px;
    }
}