.bread{
    background-image: url(../img/faq/Untitled\ design.webp);
    height: 350px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
.bread>h1{
  font-size: 75px;
  text-align: center;
  color: white;
 padding-top: 75px;
}
.Home{
    padding-top: 75px;
    font-size: 21px;
    color: white;
   padding-top: 75px;
    margin-left: 47%;
}
@media (max-width:650px){
    .bread{
        height: 290px;
    }
.bread>h1{
    font-size: 55px;
}
.Home{
    margin-left: 37%;
}
}