.factiles {
    font-size: 4rem;
    line-height: 4.6rem;
    white-space: nowrap;
    margin-left: 330px  !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 */
    }
}
.page-content-wrapper {
    z-index: 1;
    display: block;
    position: relative;
    padding: 59px 0 90px;
}
.blog-two__read-more {
    display: inline-block;
    padding: 10px 20px; /* Adjust padding as needed */
    background-color: #134CB3; /* Primary button color */
    color: #fff; /* Text color */
    text-align: center;
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Bold text */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
}

.blog-two__read-more:hover {
    background-color: #134CB3; /* Darker color on hover */
    transform: scale(1.05); /* Slight zoom effect */
    color: #fff; 
}

.blog-two__read-more .icon-right-arrow {
    margin-left: 8px; /* Space between text and icon */
    transition: margin-left 0.3s ease; /* Smooth transition for icon */
}

.blog-two__read-more:hover .icon-right-arrow {
    margin-left: 12px; /* Increase space on hover */
}
.blog-two__single {
    position: relative;
    display: block;
    border: 5px solid #E3E3E3;
    border-radius: 10px;
    padding: 23px 23px 23px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .page-header__bg {
        display: block;
    }
}