/* .about-two__shape-8 img {
    width: 85%;
} */

.about-two__shape-7 img {
    width: 101%;
    opacity: 0.75555555;
}
.about-two__shape-7 {
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: -1;
}

.about-two {
    position: relative;
    display: block;
    background-color: var(--chirofind-primary);
    padding: 120px 0 37px;
    z-index: 1;
}
.services-two__icon {
    position: absolute;
    top: -35px;
    left: 30px;
    height: 70px;
    width: 70px;
    background-color: #134cb3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
    z-index: 1;
}

.process-one {
    position: relative;
    display: block;
    padding: 0px 0 90px;
    counter-reset: count;
    z-index: 1;
}

.process-one__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background: #134CB3;
    border: 1px dashed #134CB3;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.justify{
    text-align: justify;
}
@media (max-width: 768px) {
    .about-two__shape-7 {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .page-header__bg {
        display: block;
    }
}

/* Mobile view: Allow heading to wrap into two lines */
@media (max-width: 767px) {
    .section-title__title1 {
        white-space: normal;
        font-size: 24px; /* Optional: Adjust the font size for mobile */
        line-height: 1.2; /* Optional: Adjust line height for readability */
    }
}

/* Desktop view: Prevent line breaks */
@media (min-width: 768px) {
    .section-title__title1 {
        white-space: nowrap !important;
        color: var(--chirofind-black);
        font-size: 40px;
        line-height: 50px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 8px 0 0;
    }
}
.team-three__shape-3 {
    position: absolute;
    top: 5px;
    right: -31px;
    z-index: 4;
}
@media only screen and (max-width: 768px) {
    .team-three__shape-3 {
        display: none;
    }
}










































