* {
  overflow-x: hidden; /* Prevent horizontal overflow */
}
#name {
  display: flex;
}
#individual {
  margin-top: 90px;
  
}
.individual{
    color: #800020;
    width:800px;
}
#final{
    width: 600px;
}
#name{
    width: 900px;
}
#foots{
  background-color: #800020;
}


@media screen and (max-width) {
  .phone{
    display: flex;
    flex-direction: column;
  }
  #logos img {
    max-width: 300px;
}
  #footerr{
    display: flex;
    flex-direction: column;
  }
}