.fond{
    grid-area: b;
}
.fond__box{
    background-image: url(../img/Fon2.webp);
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    padding: 1rem 2rem;
    
}
.fond__box img{
    width: 100%;
    
}

.fond__box a{
    width:50%;
}
.fond a{
    text-decoration: none;
    color: white;
}