.contact-tal{
    text-align: center;
    padding: 4rem 2rem;
    line-height: 2;
    direction: ltr;
}
.contact-one{
    font-size: 1rem;
}
.contact-oo h1{
    font-size: 3rem;
    margin-bottom: 1rem;
}

.contact-oo:hover{
    transform: translateY(-5px);
}

.contact-one img{
    width: 250px;
    height: 250px;
    display: inline-block;
    justify-content: center;
    margin: 50px 0;
    gap: 20px;
    object-fit: cover;
    box-shadow: 0 4px 8px black;
    margin-top: 50px;
}
.ig-tal{
    font-size: 2rem;
    margin-bottom: 1rem;
}
/* .contact-fox img{
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    display: flex;  
} */
.contact-fox h3{
    margin-top: 1rem;
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.contact-fox img{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
    gap: 2rem;
    max-width: 200px;
    margin: auto;
    padding-inline-start: 1rem;
    
}
.contact-fox h1{
    text-align: center;
}
