.about_hero_section,
.service_hero_section,
.project_hero_section,
.faq_hero_section,
.appointment_hero_section,
.error_hero_section {
    position: relative;
    overflow: hidden;
}

.section-bg-picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    overflow: hidden;
    border-radius: inherit;
}

.section-bg-picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: inherit;
}

.about_content .fade_up,
.about_content .fade_down,
.about_content .zoom_in,
.about_content .zoom_out {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.about_hero_section::before,
.service_hero_section::before,
.project_hero_section::before,
.faq_hero_section::before,
.appointment_hero_section::before,
.error_hero_section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}

.about_content {
    position: relative;
    z-index: 2;
    padding: 100px 0;
}

.about_heading {
    padding: 20px 0;
    color: var(--5);
    font-family: Outfit, sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
}

.about_border {
    gap: 20px;
}

.border_hero2 {
    border-left: 10px solid var(--10);
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item.active {
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}

.breadcrumb .breadcrumb-item a {
    color: var(--8);
}

.breadcrumb .breadcrumb-item.active {
    color: var(--5);
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 7px 10px 0;
    background-image: url(../image/svg/about_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 1199px) {
    .about_heading {
        font-size: 70px;
        line-height: 80px;
    }
}

@media screen and (max-width: 991px) {
    .about_heading {
        font-size: 60px;
        line-height: 70px;
    }
}

@media screen and (max-width: 767px) {
    .about_heading {
        padding-bottom: 10px;
        font-size: 50px;
        line-height: 60px;
    }

    .about_content {
        padding: 80px 0;
    }
}

@media screen and (max-width: 575px) {
    .about_heading {
        font-size: 40px;
        line-height: 50px;
    }
}
