.factiles {
    font-size: 4rem;
    line-height: 4.6rem;
    white-space: nowrap;
    color: #15b9d9;
    font-weight: 600 !important;
    margin-left: 165px !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 */
    }
}

.idcolourblue{
    color: #4fa4d2;
}
.justify{
    text-align: justify;
}

.bg-gradient-light-brown-transparent {
    background: none;


}