.hero-text {
            text-align: center;
            position: relative;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: black;
            width: 100%;
        }
        .hero-text h2 {
            margin: 0;
            font-size: 8.5rem;
        }
        .hero-text hr{
            margin-top: -20px;
            margin-bottom: 0px;
            border-width: 11px;
            height: 15px;
        }
        @media (max-width: 640px) {
            .hero-text h2 {
                font-size: 5.5rem;
            }
            .hero-text hr{
                margin-top: -14px;
            }
            .hero-text h1 {
                font-size: 1.5rem;
            }
        }
.temp-offer-blog {
    background-color: #fff;
}
.temp-offer-blog .temp-offer-blog-2-1 .content h2 {
    color: #000;
}
.temp-offer-blog .temp-offer-blog-2-1 .content span {
    color: #000;
}
.collapse .card a {
    text-decoration: none;
    color: #585858;
}