.contact-us-full-img {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: #58595B;
}

.contact-us-full-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 89, 91, 0.7);
}

.contact-us-full-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.contact-us-full-img .text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}

.contact-us-full-img .text-content h1 {
    font-size: 45px;
    font-weight: 700;
    color: #F5F5F5;
}

@media (max-width: 768px) {
    .contact-us-full-img .text-content h1 {
        font-size: 30px;
    }
}

.contact-us-full-img .breadcrumb {
    margin-bottom: 0;
    justify-content: center;
}

.contact-us-full-img .breadcrumb-wrapper li {
    padding: 0;
    font-size: 13px;
    color: #fff;
}

.contact-us-full-img .breadcrumb-wrapper a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.contact-us-full-img .breadcrumb-wrapper li.active {
    font-size: 12px;
    color: #fff;
}

.contact-us-full-img .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-weight: 500;
    color: #fff;
}