.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: 55px;
  text-align: center;
  color: white;
 padding-top: 95px;
}
.Home{
    padding-top: 75px;
    font-size: 18px;
    color: white;
   padding-top: 75px;
    margin-left: 40%;
}
.list{
    list-style: none;
    text-align: center; 
   font-size: 20px;
    border-radius: 5px;
}
.list>li{
    padding: 25px;
    border: solid;
    margin-bottom: 5px;
    background-color: antiquewhite;
}
@media (max-width:650px){
    .bread{
        height: 290px;
    }
.bread>h1{
    font-size: 30px;
}
.Home{
    margin-left: 15%;
    font-size: 15px;
}
#H{
  font-size: 25px;
  margin-top: 15px;
}
}
