@media (max-width: 767px) {
    .section-title__title {
        white-space: normal !important; /* Allows text to wrap */
        font-size: 24px; /* Adjust the font size for mobile view if needed */
    }
}
@media screen and (max-width: 767px) {
    .page-header__bg {
        display: block;
    }
}

.factiles {
    font-size: 4rem;
    line-height: 4.6rem;
    white-space: nowrap;
    margin-left: 368px  !important;
    color: #134cb3;
    font-weight: 600 !important;
}

/* Responsive styling for screens 768px and smaller */
@media (max-width: 768px) {
    .factiles {
        font-size: 2rem;
        margin-left: 0 !important; /* Override the margin for smaller screens */
    }
}

/* Responsive styling for screens 480px and smaller */
@media (max-width: 480px) {
    .factiles {
        font-size: 3.5rem;
        white-space: normal;
        margin-left: 0 !important; /* Override the margin for smaller screens */
    }
}

.services-page-two, .appointment-page, .contact-page, .error-page, .blog-list, .faq-page {
    padding: 62px 0 47px;
}
.appointment-two__img {
    position: absolute;
    bottom: 0;
    left: -4px;
    animation: leftRight 4s ease-in-out infinite;
}