@import url('https://fonts.googleapis.com/css2?family=Limelight&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.fat{
    text-align: center;
     font-family: "Roboto", sans-serif;
     margin-top: 2%;
     width: 80%;
     margin-left: 10%;
}
.fac0{
    background: white;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
    padding: 40px;
    text-align: center;
    transition: transform 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;

}
.fac{
    width: 500px;
    background-color: rgb(233, 233, 233);
    padding: 20px;
}
.fac:hover {
    transform: translateY(-5px);
}
.fac img {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    margin-bottom: 20px;
    object-fit: cover;
}