.logo-white img {
    width: 80%;
}

.pp-overlay-card .category-title {
    bottom: 25px;
}

.ur-cta-content h2 {
    line-height: 50px;
    font-size: 50px;
}

.ur-cta-content h6 {
    text-align: justify;
}

.pp-overlay-card .pp-overlay span {
    font-size: 14px;
    color: var(--white-color);
    overflow-wrap: anywhere;
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.contact-form-box2 {
    padding: 35px 60px;
}

.contact-info {
    width: 100%;
}

.contact-info a {
    color: black;
}

.contact-info .fa {
    margin: 10px 0;
    color: #dfb858;
}

.text-right {
    text-align: right;
}

.th-link {
    color: #dfb858;
}

.ur-product-card .feature-image .product-overlay {
    background-color: #1211118f;
}

.hide-xs {
    display: none;
}

.hide-lg {
    display: block;
}


@media (max-width: 991.98px) {
    .ur-cta-content h2 {
        font-size: 32px;
    }

    .ur-cta-content h6 {
        text-align: justify;
    }

    .hide-xs {
        display: block;
    }

    .hide-lg {
        display: none;
    }
}
