.blog-details-box .dash:before {
    left: -2rem;
    bottom: unset;
    top: 7rem;
}

.blog-details .number {
    color: #b80000;
}

@media (max-width: 575px) {
    .hero {
        padding-bottom: 11rem !important;
    }

    .blog-details-box .dash:before {
        left: -1.2rem;
        top: 4rem;
    }

    .blog-details {
        padding-top: 14rem !important;
    }
}

@media (max-width: 500px) {
    .blog-details {
        padding-top: 12rem !important;
    }
}
@media (max-width: 424px) {
    .hero-box.blog-details-box {
        padding: unset !important;
    }
    .hero {
        padding-bottom: 10rem !important;
    }
    .blog-details-box .dash:before {
        left: -1rem;
    }
}

@media (max-width: 450px) {
    .blog-details {
        padding-top: 10rem !important;
    }
}
@media (max-width: 375px) {
    .hero {
        padding-bottom: 14rem !important;
    }
}

@media (min-width: 576px) {
    .hero {
        padding-bottom: 12rem !important;
    }

    .blog-details-box .dash:before {
        left: -1.5rem;
        top: 5rem;
    }

    .blog-details {
        padding-top: 13rem !important;
    }
}

@media (min-width: 768px) {
    .hero {
        padding-bottom: 12rem !important;
    }

    .blog-details {
        padding-top: 18rem !important;
    }

    .blog-details-box .dash:before {
        left: -2rem;
    }
}

@media (min-width: 992px) {
    .hero {
        padding-bottom: 11rem !important;
    }

    .blog-details {
        padding-top: 20rem !important;
    }
}

@media (min-width: 1200px) {
    .blog-details {
        padding-top: 25rem !important;
    }

    .blog-details-box .dash:before {
        left: -2.5rem;
    }
}

@media (min-width: 1400px) {
    .blog-details {
        padding-top: 33rem !important;
    }
}