.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
  padding-top: 100px;
}

.container .centered-element {
    text-align: center;
}

.content{
  margin: 0 auto;
  width: 354px;
  line-height: 26px;
  color: #646363;
  font-size: 18px;
  font-family: sans-serif;
}

.content p{
  text-align: left;
}

.p1{
  color: #e8422b;
}

.p2{
  margin-top: 40px;
}

.content h1{
  text-align: left;
  font-size: 23px;
}

@media only screen and (max-width: 460px) {
  .head img{
    width: 90%
  }

  .content{
    width: 90%;
  }
}
